Skip to content

Commit

Permalink
add monarch sssom mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Sep 11, 2024
1 parent 37effaa commit 69c0f4b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 00_fetch_data/sssom/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

rm -f *.sssom.tsv.gz

curl -L https://data.monarchinitiative.org/mappings/latest/gene_mappings.sssom.tsv | gzip > gene_mappings.sssom.tsv.gz
curl -L https://data.monarchinitiative.org/mappings/latest/hp_mesh.sssom.tsv | gzip > hp_mesh.sssom.tsv.gz
curl -L https://data.monarchinitiative.org/mappings/latest/mesh_chebi_biomappings.sssom.tsv | gzip > mesh_chebi_biomappings.sssom.tsv.gz
curl -L https://data.monarchinitiative.org/mappings/latest/mondo.sssom.tsv | gzip > mondo.sssom.tsv.gz
curl -L https://data.monarchinitiative.org/mappings/latest/umls_hp.sssom.tsv | gzip > umls_hp.sssom.tsv.gz
curl -L https://data.monarchinitiative.org/mappings/latest/upheno_custom.sssom.tsv | gzip > upheno_custom.sssom.tsv.gz

curl -L https://raw.githubusercontent.com/mapping-commons/mh_mapping_initiative/master/mappings/mp_hp_mgi_all.sssom.tsv | gzip > mp_hp_mgi_all.sssom.tsv.gz
curl -L https://raw.githubusercontent.com/obophenotype/bio-attribute-ontology/master/src/mappings/oba-efo.sssom.tsv | gzip > oba-efo.sssom.tsv.gz
curl -L https://raw.githubusercontent.com/obophenotype/bio-attribute-ontology/master/src/mappings/oba-vt.sssom.tsv | gzip > oba-vt.sssom.tsv.gz
Binary file added 00_fetch_data/sssom/gene_mappings.sssom.tsv.gz
Binary file not shown.
Binary file added 00_fetch_data/sssom/hp_mesh.sssom.tsv.gz
Binary file not shown.
Binary file not shown.
Binary file added 00_fetch_data/sssom/mondo.sssom.tsv.gz
Binary file not shown.
Binary file added 00_fetch_data/sssom/mp_hp_mgi_all.sssom.tsv.gz
Binary file not shown.
Binary file added 00_fetch_data/sssom/oba-efo.sssom.tsv.gz
Binary file not shown.
Binary file added 00_fetch_data/sssom/oba-vt.sssom.tsv.gz
Binary file not shown.
Binary file added 00_fetch_data/sssom/umls_hp.sssom.tsv.gz
Binary file not shown.
Binary file added 00_fetch_data/sssom/upheno_custom.sssom.tsv.gz
Binary file not shown.

0 comments on commit 69c0f4b

Please sign in to comment.