We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b284 commit a826236Copy full SHA for a826236
1 file changed
src/main.rs
@@ -84,7 +84,7 @@ struct Cli {
84
fn connect_indexed_bam(path: &std::path::PathBuf) -> bam::IndexedReader {
85
bam::IndexedReader::from_path(path)
86
.ok()
87
- .expect("Cannot read bam file")
+ .expect("Cannot read bam file. Ensure an index is present (samtools index <bamfile>).")
88
}
89
90
/// if path is - set prefix to ""
0 commit comments