85be21057a058a0bdb12caac2bae553376442f5a angie Mon Apr 15 10:56:28 2013 -0700 Refactoring to remove dependencies on annoGratorQuery from streamers,grators and formatters. Instead, provide basic assembly info and explicitly pass streamers(/grators) along with the rows that they produced into formatters. ref #6152 diff --git src/hg/inc/annoGrateWigDb.h src/hg/inc/annoGrateWigDb.h index 3d6a3ff..f019848 100644 --- src/hg/inc/annoGrateWigDb.h +++ src/hg/inc/annoGrateWigDb.h @@ -1,11 +1,12 @@ /* 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); +struct annoGrator *annoGrateWigDbNew(char *db, char *table, struct annoAssembly *aa, + int maxOutput); /* Create an annoGrator subclass for wiggle data from db.table (and the file it points to). */ #endif//ndef ANNOGRATEWIGDB_H