Skip to content

Commit

Permalink
move metabolights and mondo-efo scripts up one level
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Dec 20, 2024
1 parent 70f0300 commit 4776df7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dataload/configs/datasource_configs/metabolights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Metabolights
enabled: true
ingests:
- globs: ["./eb-eye_metabolights_complete.xml"]
command: $GREBI_DATALOAD_HOME/01_ingest/grebi_ingest_metabolights/ingest.py
command: $GREBI_DATALOAD_HOME/01_ingest/metabolights.py
2 changes: 1 addition & 1 deletion dataload/configs/datasource_configs/mondo_efo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: EFO.mappings
enabled: true
ingests:
- globs: ["./00_fetch_data/mondo_efo/mondo_efo_mappings.tsv"]
command: $GREBI_DATALOAD_HOME/01_ingest/grebi_ingest_mondo_efo_mappings/ingest.py --datasource-name $GREBI_INGEST_DATASOURCE_NAME
command: $GREBI_DATALOAD_HOME/01_ingest/mondo_efo_mappings.py --datasource-name $GREBI_INGEST_DATASOURCE_NAME

0 comments on commit 4776df7

Please sign in to comment.