src/hg/lib/trackDbCustom.c 1.58
1.58 2009/02/09 23:14:11 tdreszer
Added gappedPeak as an approved multi-view type because Mike asked really nice.
Index: src/hg/lib/trackDbCustom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/trackDbCustom.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -b -B -U 4 -r1.57 -r1.58
--- src/hg/lib/trackDbCustom.c 9 Feb 2009 19:37:31 -0000 1.57
+++ src/hg/lib/trackDbCustom.c 9 Feb 2009 23:14:11 -0000 1.58
@@ -660,9 +660,11 @@
else if(sameWord("bed5FloatScore", tdb->type)
|| sameWord("bed5FloatScoreWithFdr",tdb->type))
cType = cfgBedScore;
else if(sameWord("narrowPeak",tdb->type)
- || sameWord("broadPeak", tdb->type))
+ || sameWord("broadPeak", tdb->type)
+ || sameWord("encodePeak",tdb->type)
+ || sameWord("gappedPeak",tdb->type))
cType = cfgPeak;
else if(sameWord("genePred",tdb->type))
cType = cfgGenePred;
else if(startsWith("bed ", tdb->type)) // TODO: Only these are configurable so far