bb0fd9838396d159aeac3e7515923cf0918e4e19
max
Tue Jul 2 08:29:23 2019 -0700
adding linebreak suggested by chmalee, refs #23703
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index cb9dc55..d02531e 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -119,31 +119,31 @@
" 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"
+" 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"
" If you do not have web-accessible data storage available, please see the\n"
" Hosting section of the Track Hub Help documentation.\n
"
" Please note a much more efficient way to load data is to use\n"
" Track Hubs, which are loaded\n"
" from the Track Hubs Portal found in the menu under My Data.\n"
);
}
void addCustomForm(struct customTrack *ct, char *err)
/* display UI for adding custom tracks by URL or pasting data */
{