We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6db4a8 commit ea79420Copy full SHA for ea79420
src/parse/sorted_bam_reader.rs
@@ -41,7 +41,7 @@ impl SortedBamReader {
41
};
42
43
if !record.is_paired() {
44
- continue;
+ panic!("Error: found unpaired read, cannot run nimble in paired-end mode. Exiting.");
45
}
46
47
match record.aux(b"CB") {
0 commit comments