Skip to content

Commit

Permalink
Update src/main/scala/com/fulcrumgenomics/bam/ZipperBams.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Aug 18, 2023
1 parent 91c1926 commit 1162a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/fulcrumgenomics/bam/ZipperBams.scala
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class ZipperBams
}
}

// There really should be no more reads, but lets continue on if so
// There really should be no more mapped reads!
if (mappedIter.hasNext) {
throw new IllegalStateException(
"""Error: processed all unmapped reads but there are mapped reads remaining to be read.
Expand Down

0 comments on commit 1162a66

Please sign in to comment.