Skip to content

Commit

Permalink
Tell mhapConvert to discard overlaps shorter than minOverlapLength.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 18, 2020
1 parent d6b7a1f commit b982642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pipelines/canu/OverlapMhap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ sub mhapConfigure ($$$) {
print F " \$bin/mhapConvert \\\n";
print F " -S ../../$asm.seqStore \\\n";
print F " -o ./results/\$qry.mhap.ovb.WORKING \\\n";
print F " -minlength ", getGlobal("minOverlapLength"), " \\\n";
print F " \$outPath/\$qry.mhap \\\n";
print F " && \\\n";
print F " mv ./results/\$qry.mhap.ovb.WORKING ./results/\$qry.mhap.ovb\n";
Expand Down

0 comments on commit b982642

Please # to comment.