30be20bb1ecf5507270dc810a825ceedc1edce21 rhead Mon Dec 19 15:15:31 2011 -0800 Addendum to commit 1dd2ddbe9355 that angie made to include BAM and VCF in the list of formats that need to be embedded in a track line. The wording is in two places. I added a comma to one spot and the file formats in the other spot. diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index ec7282f..42d7b04 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -102,57 +102,57 @@ " bigBed,\n" " bedGraph,\n" " GFF,\n" " GTF,\n" " WIG\n" " bigWig,\n" " BED detail,\n" " Personal Genome 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 BAM and VCF formats must be embedded in a track\n" + " URLs for data in the bigBed, bigWig, BAM and VCF 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" " Personal Genome SNP,\n" " VCF,\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" + " URLs for data in the bigBed, bigWig, BAM and VCF 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" ); } } void addCustomForm(struct customTrack *ct, char *err) /* display UI for adding custom tracks by URL or pasting data */ { char *dataUrl = NULL; char buf[1024];