481ed3546001933ed4ceb889fc34696e68bef234
angie
  Fri Dec 14 17:05:55 2012 -0800
Feature #6152 (Variant Annotation Integrator): added annoStreamBigWigand moved up annoGrateWig from hg/lib to lib.  Tested with comparison
to hgTables intersection, bitwise. Output is not identical because
hgTables merges adjacent bases and splits on value changes, while
annoGrator prints original item and comma-sep list of per-base values.

diff --git src/hg/inc/annoGrateWigDb.h src/hg/inc/annoGrateWigDb.h
new file mode 100644
index 0000000..3d6a3ff
--- /dev/null
+++ src/hg/inc/annoGrateWigDb.h
@@ -0,0 +1,11 @@
+/* annoGrateWigDb -- subclass of annoGrator for wiggle database table & file */
+
+#ifndef ANNOGRATEWIGDB_H
+#define ANNOGRATEWIGDB_H
+
+#include "annoGrateWig.h"
+
+struct annoGrator *annoGrateWigDbNew(char *db, char *table, int maxOutput);
+/* Create an annoGrator subclass for wiggle data from db.table (and the file it points to). */
+
+#endif//ndef ANNOGRATEWIGDB_H