Skip to content

Commit

Permalink
Remove println in org.bdgenomics.adam.algorithms.consensus.ConsensusF…
Browse files Browse the repository at this point in the history
…romSmithWaterman.
  • Loading branch information
fnothaft authored and heuermh committed Nov 16, 2016
1 parent ad9b155 commit f5cd15e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ private[adam] class ConsensusGeneratorFromSmithWaterman(
wInsert,
wDelete
)
println("for " + r.record.getReadName + " sw to " + sw.xStart + " with " + sw.cigarX)

// if we realign with fewer than three alignment blocks, then take the new alignment
if (numAlignmentBlocks(sw.cigarX) <= 2) {
Expand Down

0 comments on commit f5cd15e

Please sign in to comment.