-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ctd, mesh, medgen; preserve source ids in merged nodes; move conf…
…ig to yaml
- Loading branch information
Showing
119 changed files
with
1,764 additions
and
1,266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/bash | ||
|
||
wget https://ctdbase.org/reports/CTD_anatomy.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_curated_genes_diseases.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_Disease-GO_biological_process_associations.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_Disease-GO_cellular_component_associations.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_Disease-GO_molecular_function_associations.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_exposure_events.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_exposure_studies.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_pheno_term_ixns.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_Phenotype-Disease_biological_process_associations.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_Phenotype-Disease_cellular_component_associations.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_Phenotype-Disease_molecular_function_associations.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_chemicals.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_chem_go_enriched.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_chemicals_diseases.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_chem_gene_ixns.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_chem_pathways_enriched.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_curated_cas_nbrs.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_diseases_pathways.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_UniProtToCTDIdMapping.txt.gz | ||
wget https://ctdbase.org/reports/CTD_genes.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_genes_diseases.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_genes_pathways.tsv.gz | ||
wget https://ctdbase.org/reports/CTD_pathways.tsv.gz | ||
|
||
|
||
wget https://ctdbase.org/reports/CTD_chem_gene_ixn_types.obo | ||
curl https://ctdbase.org/reports/CTD_diseases.obo.gz | gzip -d > CTD_diseases.obo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
rm -f medgen.obo medgen.owl medgen.obo.gz medgen.owl.gz | ||
|
||
wget https://github.com/monarch-initiative/medgen/releases/download/2024-10-06/medgen.obo | ||
robot convert --input medgen.obo --output medgen.owl | ||
|
||
gzip -9 medgen.owl | ||
rm -f medgen.obo | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
wget https://nlmpubs.nlm.nih.gov/projects/mesh/rdf/2024/mesh2024.nt.gz | ||
wget https://nlmpubs.nlm.nih.gov/projects/mesh/rdf/2024/vocabulary_1.0.0.ttl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.