ac73ce04a776104b2cd6403fb59d95ba93711c22 kate Wed Jun 13 14:59:21 2018 -0700 Add first cut user docs. Examples need a bit more work/testing. refs #21109 diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index a93cb5e..cb9dc55 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -91,46 +91,48 @@ /* UI button that clears a text field */ { char id[256]; safef(id, sizeof id, "%s_clear", field); char javascript[1024]; safef(javascript, sizeof javascript, "document.mainForm.%s.value = '';", field); cgiMakeOnClickButton(id, javascript, " Clear "); } void addIntro() /* display overview and help message for "add" screen */ { puts(" Data must be formatted in\n" " bigBed,\n" +" bigBarChart,\n" " bigChain,\n" " bigGenePred,\n" +" bigInteract,\n" " bigMaf,\n" " bigPsl,\n" " bigWig,\n" -" barChart,\n" -" bigBarChart,\n" " BAM,\n" +" barChart,\n" " VCF,\n" " BED,\n" " BED detail,\n" " bedGraph,\n" " broadPeak,\n" " CRAM,\n" " GFF,\n" " GTF,\n" +" interact,\n" " MAF,\n" " narrowPeak,\n" " Personal Genome SNP,\n" " PSL,\n" " or WIG\n" " formats. To configure the display, set\n" " track\n" " and" " browser\n" " line attributes as described in the \n" " User's Guide.\n" " Data in the bigBed, bigWig, bigGenePred, BAM and VCF formats can be provided via only a URL or embedded in a track\n" " line in the box below.\n" " Examples are\n" " here.\n"