view seg2matrix/getRefGene_hg19.sh @ 42:03b7b1cf78ce

fix
author jingchunzhu
date Thu, 06 Aug 2015 00:30:49 -0700
parents ab20c0d04f4a
children
line wrap: on
line source

#!/bin/bash

curl -O http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/refGene.txt.gz
gunzip -c refGene.txt.gz > refGene_hg19
echo '{ "name" : "refGene_hg19", "type" : "genePredExt", "assembly" : "hg19", "url":"http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/refGene.txt.gz"}' > refGene_hg19.json