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/inc/annoStreamBigWig.h src/inc/annoStreamBigWig.h
new file mode 100644
index 0000000..5d66f45
--- /dev/null
+++ src/inc/annoStreamBigWig.h
@@ -0,0 +1,11 @@
+/* annoStreamBigWig -- subclass of annoStreamer for bigWig file or URL */
+
+#ifndef ANNOSTREAMBIGWIG_H
+#define ANNOSTREAMBIGWIG_H
+
+#include "annoStreamer.h"
+
+struct annoStreamer *annoStreamBigWigNew(char *fileOrUrl);
+/* Create an annoStreamer (subclass) object from a file or URL. */
+
+#endif//ndef ANNOSTREAMBIGWIG_H