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/annoStreamDb.h src/hg/inc/annoStreamDb.h index baccd9d..cf943e2 100644 --- src/hg/inc/annoStreamDb.h +++ src/hg/inc/annoStreamDb.h @@ -1,11 +1,12 @@ /* annoStreamDb -- subclass of annoStreamer for database tables */ #ifndef ANNOSTREAMDB_H #define ANNOSTREAMDB_H #include "annoStreamer.h" -struct annoStreamer *annoStreamDbNew(char *db, char *table, struct asObject *asObj); +struct annoStreamer *annoStreamDbNew(char *db, char *table, struct annoAssembly *aa, + struct asObject *asObj); /* Create an annoStreamer (subclass) object from a database table described by asObj. */ #endif//ndef ANNOSTREAMDB_H