]> git.donarmstrong.com Git - dbsnp.git/commitdiff
add human refseq retrival
authorDon Armstrong <don@donarmstrong.com>
Tue, 13 Dec 2011 21:42:19 +0000 (13:42 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 13 Dec 2011 21:42:19 +0000 (13:42 -0800)
utils/retreive_human_refseq.sh [new file with mode: 0755]

diff --git a/utils/retreive_human_refseq.sh b/utils/retreive_human_refseq.sh
new file mode 100755 (executable)
index 0000000..3025405
--- /dev/null
@@ -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