Skip to content

Commit

Permalink
Update download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxw committed May 22, 2015
1 parent 32750c4 commit e997468
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ echo "Begin download TabAnno resource files under current directory..."
echo

echo "Download reference file and its index:"
wget http://www.sph.umich.edu/csg/zhanxw/software/anno/resources/hs37d5.fa
wget http://www.sph.umich.edu/csg/zhanxw/software/anno/resources/hs37d5.fa.fai
wget http://qbrc.swmed.edu/zhanxw/software/anno/resources/hs37d5.fa
wget http://qbrc.swmed.edu/zhanxw/software/anno/resources/hs37d5.fa.fai

echo "Download gene definition:"
wget http://www.sph.umich.edu/csg/zhanxw/software/anno/resources/refFlat_hg19.txt.gz
wget http://qbrc.swmed.edu/zhanxw/software/anno/resources/refFlat_hg19.txt.gz

echo "Download TabAnno codon definition and annotation priority files:"
wget http://www.sph.umich.edu/csg/zhanxw/software/anno/codon.txt
wget http://www.sph.umich.edu/csg/zhanxw/software/anno/priority.txt
wget http://qbrc.swmed.edu/zhanxw/software/anno/codon.txt
wget http://qbrc.swmed.edu/zhanxw/software/anno/priority.txt

echo "Download finished."
echo
Expand Down

0 comments on commit e997468

Please sign in to comment.