Skip to content

Commit

Permalink
mercy k-mer simple test through
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinempi committed Nov 27, 2024
1 parent a3b6ca9 commit 5dcd4d5
Show file tree
Hide file tree
Showing 4 changed files with 750 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ private int checkStepsForDynamicAssemblyPipe() throws IOException {
info.readParagraphedMessages("An assembly already exist: \nUse a new output directory or delete the existing one at:\n\t"+ param.outputPath + "/Assembly");
info.screenDump();
return 10; // 10 as kill
} else if (checkOutputFile(param.outputPath + "/09ExtendAgain") ){
} else if (checkOutputFile(param.outputPath + "/Assembly_intermediate/09ExtendAgain") ){
info.readParagraphedMessages("09ExtendAgain succeed, will use existing results:\n"+ param.outputPath + "/Assembly_intermediate/03FixingAgain");
info.screenDump();

Expand Down Expand Up @@ -584,7 +584,7 @@ private int checkStepsForDynamicAssemblyPipe() throws IOException {

return 9;

} else if (checkOutputFile(param.outputPath + "/08Extend")){
} else if (checkOutputFile(param.outputPath + "/Assembly_intermediate/08Extend")){
info.readParagraphedMessages("08Extend succeed, will use existing results:\n"+ param.outputPath + "/Assembly_intermediate/03FixingAgain");
info.screenDump();

Expand Down
Loading

0 comments on commit 5dcd4d5

Please sign in to comment.