-
Notifications
You must be signed in to change notification settings - Fork 5
/
get_sources.sh
executable file
·23 lines (20 loc) · 1.64 KB
/
get_sources.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
mkdir -p $TARGET/sources
cd $TARGET/sources
curl -L -O 'https://github.com/phenoscape/phenoscape-data/raw/master/MGI_static_data/mgi_anatomy.owl'
curl -L 'https://github.com/phenoscape/phenoscape-data/raw/master/MGI_static_data/mgi_expression_data.txt.gz' >mgi_expression_data.txt.gz
gunzip mgi_expression_data.txt.gz
curl -L 'https://github.com/phenoscape/phenoscape-data/blob/master/MGI_static_data/mgi_phenotypes.txt.gz?raw=true' >mgi_phenotypes.txt.gz
gunzip mgi_phenotypes.txt.gz
curl -L 'http://www.informatics.jax.org/downloads/reports/MRK_List2.rpt' >mgi_genes.txt
curl -L 'http://zfin.org/downloads/genetic_markers.txt' >zfin_genetic_markers.txt
curl -L 'http://zfin.org/downloads/aliases.txt' >zfin_aliases.txt
curl -L 'http://zfin.org/downloads/wildtype-expression_fish.txt' >zfin_wildtype_expression.txt
curl -L 'http://zfin.org/downloads/phenoGeneCleanData_fish.txt' >zfin_phenotypes.txt
curl -L 'ftp://ftp.xenbase.org/pub/GenePageReports/GenePageGeneralInfo_ManuallyCurated.txt' >xenbase_genes.txt
curl -L 'ftp://ftp.xenbase.org/pub/GenePageReports/XenbaseGenepageToGeneIdMapping.txt' >xenbase_genepage_mappings.txt
curl -L -O 'ftp://ftp.xenbase.org/pub/GenePageReports/GeneExpression_laevis.txt'
curl -L -O 'ftp://ftp.xenbase.org/pub//GenePageReports/GeneExpression_tropicalis.txt'
curl -L http://compbio.charite.de/hudson/job/hpo.annotations.monthly/lastStableBuild/artifact/annotation/ALL_SOURCES_ALL_FREQUENCIES_genes_to_phenotype.txt >hp_phenotypes.txt
svn checkout 'https://github.com/phenoscape/phenoscape-data/trunk/xenbase-phenotypes' xenbase-phenotypes
svn checkout 'https://github.com/phenoscape/phenoscape-data/trunk/Curation Files' nexml