src/hg/lib/trackDbCustom.c 1.81

1.81 2010/03/25 17:27:26 angie
Added an eCfgType for bam, to support bam in multi-view composites. (Should eCfgType be in hui instead of here?)
Index: src/hg/lib/trackDbCustom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/trackDbCustom.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -B -U 4 -r1.80 -r1.81
--- src/hg/lib/trackDbCustom.c	10 Feb 2010 05:16:14 -0000	1.80
+++ src/hg/lib/trackDbCustom.c	25 Mar 2010 17:27:26 -0000	1.81
@@ -697,8 +697,10 @@
         cType = cfgBedScore;
     }
 else if(startsWith("chain",type))
     cType = cfgChain;
+else if (startsWith("bam", type))
+    cType = cfgBam;
 // TODO: Only these are configurable so far
 
 // uglyAbort("cfgTypeFromTdb 3 tdb=%s type=%s", tdb->tableName,type);
 if(cType == cfgNone && warnIfNecessary)