src/hg/lib/trackDbCustom.c 1.60
1.60 2009/03/13 23:02:08 hiram
Fixup the naming of the chain track variables in the multi-view composite
Index: src/hg/lib/trackDbCustom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/trackDbCustom.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -b -B -U 4 -r1.59 -r1.60
--- src/hg/lib/trackDbCustom.c 12 Mar 2009 00:05:45 -0000 1.59
+++ src/hg/lib/trackDbCustom.c 13 Mar 2009 23:02:08 -0000 1.60
@@ -658,9 +658,9 @@
else if(startsWith("bedGraph", tdb->type))
cType = cfgWig;
else if(startsWith("netAlign", tdb->type))
{
- cType = cfgNone;
+ cType = cfgNetAlign;
warnIfNecessary = FALSE;
}
else if(sameWord("bed5FloatScore", tdb->type)
|| sameWord("bed5FloatScoreWithFdr",tdb->type))