f262563c4cda2a6f0b507f86c18f3c53f8ba467e rhead Mon Nov 1 16:38:47 2010 -0700 Uncommenting/adding links for new track types bedDetail and pgSnp. diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index 5ac82e3..57e4e15 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -89,31 +89,32 @@ } void addIntro() /* display overview and help message for "add" screen */ { if (hIsGsidServer()) { puts(" Data must be formatted in\n" " BED,\n" " bigBed,\n" " bedGraph,\n" " GFF,\n" " GTF,\n" " WIG\n" " bigWig,\n" - //" BED detail\n" + " BED detail\n" + " Personal Genomes SNP\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 and BAM formats must be embedded in a track\n" " line in the box below.\n" ); } else { puts(" Data must be formatted in\n" " BED,\n"