Skip to content

Commit 6e68163

Browse files
committed
2prev
1 parent b20c214 commit 6e68163

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/groovy/com/milaboratory/migec/Assemble.groovy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,17 +503,17 @@ GParsPool.withPool THREADS, {
503503
}
504504
} else {
505505
if (noCollision) {
506-
counts.eachWithIndex { int count, int i ->
507-
nCollisionMigs[i].incrementAndGet()
508-
nCollisionReads[i].addAndGet(count)
509-
}
510-
} else {
511506
counts.eachWithIndex { int count, int i ->
512507
if (count < minMigSize) {
513508
nOverseqMigs[i].incrementAndGet()
514509
nOverseqReads[i].addAndGet(count)
515510
}
516511
}
512+
} else {
513+
counts.eachWithIndex { int count, int i ->
514+
nCollisionMigs[i].incrementAndGet()
515+
nCollisionReads[i].addAndGet(count)
516+
}
517517
}
518518
}
519519

0 commit comments

Comments
 (0)