68315931f4a9ec4272a8df76e6a881339717ac16 braney Wed Jun 1 15:37:37 2016 -0700 changes to support longTabix files in hgIntegrator diff --git src/inc/annoStreamTabix.h src/inc/annoStreamTabix.h new file mode 100644 index 0000000..8c2f8f9 --- /dev/null +++ src/inc/annoStreamTabix.h @@ -0,0 +1,11 @@ +/* annoStreamVcf -- subclass of annoStreamer for tab files indexed with tabix */ + +#ifndef ANNOSTREAMTABIX_H +#define ANNOSTREAMTABIX_H + +#include "annoStreamer.h" + +struct annoStreamer *annoStreamTabixNew(char *fileOrUrl, struct annoAssembly *aa, int maxRecords); +/* Create an annoStreamer (subclass) object from a tabix indexed tab file */ + +#endif//ndef ANNOSTREAMTABIX_H