c62d21f5442cdf3cb285a7a4ada56483c8874686
max
Fri Mar 7 21:27:07 2014 -0800
Adding possibility to paste URLs of bam/bigWig/bigbed, without acustom track header line, into the hgCustom upload box (refs #12813)
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index a8f44e6..19fc6db 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -104,59 +104,59 @@
" 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"
- " Data in the bigBed, bigWig, BAM and VCF formats must be provided via a URL embedded in a track\n"
+ " Data in the bigBed, bigWig, BAM and VCF formats can be provided via only a URL or 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"
" broadPeak,\n"
" narrowPeak,\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"
- " Data in the bigBed, bigWig, BAM and VCF formats must be provided via a URL embedded in a track\n"
+ " Data in the bigBed, bigWig, BAM and VCF formats can be provided via only a URL or 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];