4c9ae67ea6e03ec3069cea012398793046e9ff2a
giardine
Tue Sep 21 15:00:29 2010 -0700
Adds new track type bedDetail to custom and resident tracks, also adds pgSnp (personal genome SNPs) as custom track type. bedDetail is bed4 to bed12, with 2 extra fields for an ID and description for hgc clicks.
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index 3799169..abb5255 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -101,6 +101,7 @@
" GTF,\n"
" WIG\n"
" bigWig,\n"
+ " BED detail\n"
" or PSL\n"
" formats. To configure the display, set\n"
" track\n"
@@ -123,7 +124,8 @@
" WIG,\n"
" bigWig,\n"
" MAF,\n"
- " BAM\n"
+ " BAM,\n"
+ " BED detail\n"
" or PSL\n"
" formats. To configure the display, set\n"
" track\n"