src/hg/inc/trackDb.h 1.54
1.54 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/inc/trackDb.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/trackDb.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -B -U 4 -r1.53 -r1.54
--- src/hg/inc/trackDb.h 4 Feb 2010 22:58:16 -0000 1.53
+++ src/hg/inc/trackDb.h 25 Mar 2010 17:27:26 -0000 1.54
@@ -251,9 +251,10 @@
cfgPeak =4,
cfgGenePred =5,
cfgChain =6,
cfgNetAlign =7,
- cfgBedFilt =8
+ cfgBedFilt =8,
+ cfgBam =9,
} eCfgType;
eCfgType cfgTypeFromTdb(struct trackDb *tdb, boolean warnIfNecessary);
/* determine what kind of track specific configuration is needed,