edd8cfa7ab306f57969cfd9e51071dde995cd9ea brianlee Tue Oct 23 09:09:33 2012 -0700 Correcting link to narrowPeak, RM#9428 diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index 7dba27f..5f26e87 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -123,31 +123,31 @@ { puts(" Data must be formatted in\n" " BED,\n" " bigBed,\n" " bedGraph,\n" " GFF,\n" " GTF,\n" " WIG,\n" " bigWig,\n" " MAF,\n" " BAM,\n" " BED detail,\n" " Personal Genome SNP,\n" " VCF,\n" " broadPeak,\n" - " narrowPeak,\n" + " narrowPeak,\n" " or PSL\n" " formats. To configure the display, set\n" " track\n" " and" " browser\n" " line attributes as described in the \n" " User's Guide.\n" " URLs for data in the bigBed, bigWig, BAM and VCF formats must be embedded in a track\n" " line in the box below.\n" " Publicly available custom tracks are listed\n" " here.\n" " Examples are\n" " here.\n" ); }