Skip to content

Commit

Permalink
Invert sense of analyzeExpectedConsensus() so we correct the reads we…
Browse files Browse the repository at this point in the history
… want to correct!
  • Loading branch information
brianwalenz committed Sep 12, 2017
1 parent 3968b51 commit a047c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/correction/generateCorrectionLayouts.C
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ analyzeExpectedConsensus(tgTig *layout,
for (uint32 ii=0; ii<layout->numberOfChildren(); ii++)
status[layout->getChild(ii)->ident()].usedAsEvidence = true;

return(skipIt);
return(skipIt == false);
}


Expand Down

0 comments on commit a047c21

Please sign in to comment.