3fc312879bceb7fc1c204cf25f7fa382a75369fe
brianlee
Thu Oct 18 10:55:53 2012 -0700
Adding links to broadPeak and narrowPeak on hgCustom CGI since they are acceptable formats RM 9286, MLQ 9283
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index 267920d..7dba27f 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -122,30 +122,32 @@
else
{
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"
" 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"
);
}