f28f0ae9942d3fc719ab97822c88c58c50104141
rhead
Mon Nov 1 16:53:43 2010 -0700
Whoops, forgot to add links (and commas) in both places in last commit.
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index 57e4e15..d2df422 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -89,56 +89,57 @@
}
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"
- " Personal Genomes SNP\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"
" bigBed,\n"
" bedGraph,\n"
" GFF,\n"
" GTF,\n"
" WIG,\n"
" bigWig,\n"
" MAF,\n"
" BAM,\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 and bigWig 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"
);
}