f60458991e24e246fd061ca1d4e6861585b0cd09 dschmelt Mon Apr 8 15:14:12 2019 -0700 Fixing minor things for code review #23271 diff --git src/hg/htdocs/goldenPath/help/bigGenePred.html src/hg/htdocs/goldenPath/help/bigGenePred.html index d5f405b..8e1c758 100755 --- src/hg/htdocs/goldenPath/help/bigGenePred.html +++ src/hg/htdocs/goldenPath/help/bigGenePred.html @@ -203,31 +203,31 @@ Place the newly created bigGenePred file (bigGenePred.bb) on a web-accessible server (Step 5, above).
In this example, you will convert a genePred file to bigGenePred using command line utilities. You can download utilities from the utilities directory.
wget http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/wgEncodeGencodeCompV28.txt.gz
gunzip wgEncodeGencodeCompV28.txt.gz
cut -f 2- wgEncodeGencodeCompV28.txt > wgCompV28Cut.txt
genePredToBigGenePred wgCompV28Cut.txt wgEncodeGencodeCompV28BigGP.txt
fetchChromSizes hg38 > hg38.chrom.sizes
wget https://hgwdev.gi.ucsc.edu/goldenPath/help/examples/bigGenePred.as