Skip to content

Commit

Permalink
refactor continue mode in megahit script
Browse files Browse the repository at this point in the history
  • Loading branch information
voutcn committed Jul 4, 2019
1 parent 5bd6069 commit 7b85967
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 232 deletions.
2 changes: 1 addition & 1 deletion src/main_assemble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int main_assemble(int argc, char **argv) {
// graph loading
timer.reset();
timer.start();
xinfo("Loading succinct de Bruijn graph: {s} ", opt.sdbg_name.c_str());
xinfo("Loading succinct de Bruijn graph: {s}", opt.sdbg_name.c_str());
dbg.LoadFromFile(opt.sdbg_name.c_str());
timer.stop();
xinfoc("Done. Time elapsed: {}\n", timer.elapsed());
Expand Down
Loading

0 comments on commit 7b85967

Please sign in to comment.