src/hg/hgTables/intersect.c 1.46
1.46 2009/03/13 21:40:33 kent
Making a sweep to make sure that bigWig is addressed everywhere bedGraph is addressed.
Index: src/hg/hgTables/intersect.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/intersect.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -b -B -U 4 -r1.45 -r1.46
--- src/hg/hgTables/intersect.c 12 Mar 2009 16:45:15 -0000 1.45
+++ src/hg/hgTables/intersect.c 13 Mar 2009 21:40:33 -0000 1.46
@@ -125,9 +125,9 @@
char *name = curTableLabel();
char *iName, *iTable;
char *onChange = onChangeEither();
char *op, *setting;
-boolean wigOptions = (isWiggle(database, curTable) || isBedGraph(curTable));
+boolean wigOptions = (isWiggle(database, curTable) || isBedGraph(curTable) || isBigWig(curTable));
struct hTableInfo *hti1 = maybeGetHti(database, curTable), *hti2 = NULL;
htmlOpen("Intersect with %s", name);
hPrintf("<FORM ACTION=\"%s\" NAME=\"mainForm\" METHOD=GET>\n", getScriptName());