src/hg/lib/trackDbCustom.c 1.74
1.74 2010/01/26 20:55:28 kent
Removing score filter from bigBed.
Index: src/hg/lib/trackDbCustom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/trackDbCustom.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -B -U 4 -r1.73 -r1.74
--- src/hg/lib/trackDbCustom.c 4 Jan 2010 19:12:30 -0000 1.73
+++ src/hg/lib/trackDbCustom.c 26 Jan 2010 20:55:28 -0000 1.74
@@ -649,9 +649,9 @@
|| sameWord("gappedPeak",type))
cType = cfgPeak;
else if(sameWord("genePred",type))
cType = cfgGenePred;
-else if(startsWith("bed ", type) || startsWith("bigBed ", type))
+else if(startsWith("bed ", type))
{
char *words[3];
chopLine(cloneString( type), words);
if (trackDbSetting(tdb, "bedFilter") != NULL)