Skip to content

Commit b20c214

Browse files
committed
Fix
1 parent f1e135f commit b20c214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ GParsPool.withPool THREADS, {
502502
}
503503
}
504504
} else {
505-
if (!noCollision) {
505+
if (noCollision) {
506506
counts.eachWithIndex { int count, int i ->
507507
nCollisionMigs[i].incrementAndGet()
508508
nCollisionReads[i].addAndGet(count)

0 commit comments

Comments
 (0)