b8cb0221d6798d0fbebbf5de3b75a46ad795174b angie Mon Nov 5 11:40:14 2012 -0800 Feature #6152 (Variant Annotation Integrator): added annoStreamBigBed. diff --git src/inc/annoStreamBigBed.h src/inc/annoStreamBigBed.h new file mode 100644 index 0000000..63e3231 --- /dev/null +++ src/inc/annoStreamBigBed.h @@ -0,0 +1,13 @@ +/* annoStreamBigBed -- subclass of annoStreamer for database tables */ + +#ifndef ANNOSTREAMBIGBED_H +#define ANNOSTREAMBIGBED_H + +#include "annoStreamer.h" + +struct annoStreamer *annoStreamBigBedNew(char *fileOrUrl, int maxItems); +/* Create an annoStreamer (subclass) object from a file or URL; if + * maxItems is 0, all items from a query will be returned, otherwise + * each query is limited to maxItems. */ + +#endif//ndef ANNOSTREAMBIGBED_H