Skip to content

Commit

Permalink
Add symlinks to splitdb #376
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 26, 2020
1 parent 41adb5d commit f4f3868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/splitdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ int splitdb(int argc, const char **argv, const Command& command) {
writer.writeData(data, dbr.getEntryLen(i) - 1, outerKey);
}
writer.close();
DBReader<unsigned int>::softlinkDb(par.db1, outDb, DBFiles::SEQUENCE_ANCILLARY);
}

dbr.close();
Expand Down

0 comments on commit f4f3868

Please sign in to comment.