Mercurial > repos > melissacline > ucsc_cancer_utilities
view seg2matrix/getRefGene_hg18.sh @ 34:d8e98030eca9
remove binary
author | jingchunzhu <jingchunzhu@gmail.com> |
---|---|
date | Fri, 24 Jul 2015 14:56:37 -0700 |
parents | ab20c0d04f4a |
children |
line wrap: on
line source
#!/bin/bash curl -O http://hgdownload.cse.ucsc.edu/goldenPath/hg18/database/refGene.txt.gz gunzip -c refGene.txt.gz > refGene_hg18 echo '{ "cgdata" : {"name" : "refGene_hg18", "type" : "genePred", "assembly" : "hg18"} }' > refGene_hg18.json