src/hg/hgTables/sumStats.c 1.23

1.23 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/sumStats.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/sumStats.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -B -U 4 -r1.22 -r1.23
--- src/hg/hgTables/sumStats.c	27 May 2008 23:48:28 -0000	1.22
+++ src/hg/hgTables/sumStats.c	10 Mar 2009 01:25:24 -0000	1.23
@@ -364,8 +364,10 @@
 {
 hgBotDelay();
 if (isWiggle(database, curTable))
     doSummaryStatsWiggle(conn);
+else if (isBigWig(curTable))
+    doSummaryStatsBigWig(conn);
 else if (isChromGraph(curTrack))
     doSummaryStatsChromGraph(conn);
 else if (sameWord(curTable,WIKI_TRACK_TABLE))
     doSummaryStatsWikiTrack(conn);