Skip to content

Commit

Permalink
Fix sym link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Jul 31, 2023
1 parent 76b7df1 commit 0019026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/createclusterdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ int createclusearchdb(int argc, const char **argv, const Command& command) {

const DBSuffix suffices[] = {
{DBFiles::HEADER, "_h"},
{DBFiles::HEADER_INDEX, "_h.index"},
{DBFiles::HEADER_DBTYPE, "_h.dbtype"},
{DBFiles::LOOKUP, ".lookup"},
{DBFiles::SOURCE, ".source"},
{DBFiles::TAX_MAPPING, "_mapping"},
Expand Down

0 comments on commit 0019026

Please sign in to comment.