From: Don Armstrong Date: Tue, 13 Dec 2011 21:42:19 +0000 (-0800) Subject: add human refseq retrival X-Git-Url: https://git.donarmstrong.com/?p=dbsnp.git;a=commitdiff_plain;h=10730e8c59ad9fb254c1f9de5deb9978ffdfc813 add human refseq retrival --- diff --git a/utils/retreive_human_refseq.sh b/utils/retreive_human_refseq.sh new file mode 100755 index 0000000..3025405 --- /dev/null +++ b/utils/retreive_human_refseq.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -rvP -m --include '**GRCh37.p*_*.gbs.gz' --include '**GRCh37.p*_*.fa.gz' --include '**/' --exclude '*' rsync://ftp.ncbi.nlm.nih.gov/genomes/H_sapiens/CHR* . \ No newline at end of file