diff --git a/src/util/gff2db.cpp b/src/util/gff2db.cpp index f11264699..6266e08f7 100644 --- a/src/util/gff2db.cpp +++ b/src/util/gff2db.cpp @@ -33,7 +33,7 @@ int gff2db(int argc, const char **argv, const Command &command) { headerWriter.open(); std::string outLookup = outDb + ".lookup"; std::string outLookupIndex = outDb + ".lookup.index"; - DBWriter lookupWriter(outLookup.c_str(), outLookupIndex.c_str(), par.threads, par.compressed, Parameters::DBTYPE_OMIT_FILE); + DBWriter lookupWriter(outLookup.c_str(), outLookupIndex.c_str(), par.threads, 0, Parameters::DBTYPE_OMIT_FILE); lookupWriter.open(); FILE *source = FileUtil::openAndDelete((outDb + ".source").c_str(), "w");