src/hg/hgTables/mainPage.c 1.136
1.136 2009/03/10 01:25:24 kent
First cut of bigWig integration. Handles data point and stats output in cases where there are no filters or intersections going.
Index: src/hg/hgTables/mainPage.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/mainPage.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -b -B -U 4 -r1.135 -r1.136
--- src/hg/hgTables/mainPage.c 2 Dec 2008 21:51:09 -0000 1.135
+++ src/hg/hgTables/mainPage.c 10 Mar 2009 01:25:24 -0000 1.136
@@ -613,8 +613,13 @@
hti = getHti(database, curTable);
isPositional = htiIsPositional(hti);
}
isWig = isWiggle(database, curTable);
+ if (isBigWig(curTable))
+ {
+ isPositional = TRUE;
+ isWig = TRUE;
+ }
isMaf = isMafTable(database, curTrack, curTable);
isBedGr = isBedGraph(curTable);
isPal = isPalCompatible(conn, curTrack, curTable);
nbSpaces(1);