459b8273fa9eaafb16d8980567a7fcfa209fd4ef max Wed Nov 23 09:30:30 2016 -0800 Adding VAI/DAI support for bigDataIndex, refs #18420 diff --git src/inc/annoStreamVcf.h src/inc/annoStreamVcf.h index f45c550..6030ecf 100644 --- src/inc/annoStreamVcf.h +++ src/inc/annoStreamVcf.h @@ -1,13 +1,13 @@ /* annoStreamVcf -- subclass of annoStreamer for VCF files */ #ifndef ANNOSTREAMVCF_H #define ANNOSTREAMVCF_H #include "annoStreamer.h" -struct annoStreamer *annoStreamVcfNew(char *fileOrUrl, boolean isTabix, struct annoAssembly *aa, +struct annoStreamer *annoStreamVcfNew(char *fileOrUrl, char *indexUrl, boolean isTabix, struct annoAssembly *aa, int maxRecords); /* Create an annoStreamer (subclass) object from a VCF file, which may * or may not have been compressed and indexed by tabix. */ #endif//ndef ANNOSTREAMVCF_H