c39806584d831c8a3a679e69658430aa6f9409f8 chmalee Fri Jun 16 12:57:24 2017 -0700 Updating link to bigBarChart track format in hgCustom, refs #18736 diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index bfc53a9..2250055 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -97,31 +97,31 @@ "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" " bigChain,\n" " bigGenePred,\n" " bigMaf,\n" " bigPsl,\n" " bigWig,\n" " barChart,\n" -" bigBarChart,\n" +" bigBarChart,\n" " BAM,\n" " VCF,\n" " BED,\n" " BED detail,\n" " bedGraph,\n" " broadPeak,\n" " CRAM,\n" " GFF,\n" " GTF,\n" " MAF,\n" " narrowPeak,\n" " Personal Genome SNP,\n" " PSL,\n" " or WIG\n" " formats. To configure the display, set\n"