Skip to content

Commit

Permalink
FIX issue #2: fixing E-MTAB-513 download link
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Feb 18, 2016
1 parent 67c17f3 commit 511dda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fi

# 3.) RNAseq Illumina Body Map from EBI

EBI_MTAB_URL="https://www-test.ebi.ac.uk/gxa/experiments/E-MTAB-513.tsv?cutoff=0&geneQuery="
EBI_MTAB_URL="https://www.ebi.ac.uk/gxa/experiments/E-MTAB-513.tsv?cutoff=0&geneQuery="
EBI_MTAB_FILE=expr/E-MTAB-513.tsv

if [ -f $EBI_MTAB_FILE ]
Expand Down Expand Up @@ -197,7 +197,7 @@ GO_OBO_URL=https://geneontology.org/ontology/obo_format_1_2/gene_ontology.1_2.obo
GO_OBO_FILE=gene_ontology.1_2.obo

# download obo dag
if [ -f go/$GO_OBO_FILE]
if [ -f go/$GO_OBO_FILE ]
then
echo "Gene Ontology Dag file already exists, skipping download"
else
Expand All @@ -211,7 +211,7 @@ GO_ASSOC_GZ=gene_association.goa_ref_human.gz
GO_ASSOC_FILE=gene_association.goa_ref_human

# download association
if [ -f $DOWNLOAD_FOLDER/$GO_ASSOC_GZ]
if [ -f $DOWNLOAD_FOLDER/$GO_ASSOC_GZ ]
then
echo "GO gene association file already exists, skipping download"
else
Expand Down

0 comments on commit 511dda8

Please sign in to comment.