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/annoStreamWig.h src/hg/inc/annoStreamWig.h index 8910ca5..db6fe33 100644 --- src/hg/inc/annoStreamWig.h +++ src/hg/inc/annoStreamWig.h @@ -1,11 +1,12 @@ /* annoStreamWig -- subclass of annoStreamer for wiggle database tables */ #ifndef ANNOSTREAMWIG_H #define ANNOSTREAMWIG_H #include "annoStreamer.h" -struct annoStreamer *annoStreamWigDbNew(char *db, char *table, int maxOutput); +struct annoStreamer *annoStreamWigDbNew(char *db, char *table, struct annoAssembly *aa, + int maxOutput); /* Create an annoStreamer (subclass) object from a wiggle database table. */ #endif//ndef ANNOSTREAMWIG_H