annotate seg2matrix/getRefGene_hg19.sh @ 60:bf57076e27b9
default tip
change genomicSegment input data
author |
jingchunzhu@gmail.com |
date |
Tue, 27 Oct 2015 16:07:09 -0700 |
parents |
ab20c0d04f4a |
children |
|
rev |
line source |
31
|
1 #!/bin/bash
|
|
2
|
|
3 curl -O http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/refGene.txt.gz
|
|
4 gunzip -c refGene.txt.gz > refGene_hg19
|
|
5 echo '{ "name" : "refGene_hg19", "type" : "genePredExt", "assembly" : "hg19", "url":"http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/refGene.txt.gz"}' > refGene_hg19.json
|