70dd30683fe3a9795bb81067da75d34521265577
kate
Thu May 4 16:41:16 2017 -0700
Add custom track suport for type barChart. refs #18736
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index 849824c..d20a469 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -96,30 +96,31 @@
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"
" bigChain,\n"
" bigGenePred,\n"
" bigMaf,\n"
" bigPsl,\n"
" bigWig,\n"
+" barChart,\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"