We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e119e9 commit 6f45232Copy full SHA for 6f45232
src/util/gff2db.cpp
@@ -33,7 +33,7 @@ int gff2db(int argc, const char **argv, const Command &command) {
33
headerWriter.open();
34
std::string outLookup = outDb + ".lookup";
35
std::string outLookupIndex = outDb + ".lookup.index";
36
- 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);
37
lookupWriter.open();
38
39
FILE *source = FileUtil::openAndDelete((outDb + ".source").c_str(), "w");
0 commit comments