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/annoGrateWig.h src/hg/inc/annoGrateWig.h deleted file mode 100644 index 22ad17c..0000000 --- src/hg/inc/annoGrateWig.h +++ /dev/null @@ -1,11 +0,0 @@ -/* annoGrateWig -- subclass of annoGrator for wiggle data */ - -#ifndef ANNOGRATEWIG_H -#define ANNOGRATEWIG_H - -#include "annoGrator.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 ANNOGRATEWIG_H