Skip to content

Commit

Permalink
Run './alignGFA.sh' for small jobs, not just 'alignGFA.sh'.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Apr 11, 2017
1 parent 15d868c commit c54b7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipelines/canu/Consensus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ sub alignGFA ($) {
emitStage($asm, "alignGFA", $attempt);

if (getGlobal("genomeSize") < 40000000) {
if (runCommand("$path", "alignGFA.sh")) {
if (runCommand("$path", "./alignGFA.sh")) {
caExit("failed to align contigs", "./$asm.contigs.aligned.gfa.err");
}
} else {
Expand Down

0 comments on commit c54b7af

Please sign in to comment.