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 df443c2 commit 75b79e5Copy full SHA for 75b79e5
gtars/src/uniwig/mod.rs
@@ -728,6 +728,7 @@ fn process_bam(
728
// pre-process chromosomes that are actually in the bam file BEFORE spawning threads.
729
for chromosome in list_of_valid_chromosomes.iter() {
730
let region = chromosome.parse().unwrap();
731
+ //TODO if no .bai file exists, the below line will fail and won't properly tell you WHY it failed, issue #57
732
let mut reader = bam::io::indexed_reader::Builder::default()
733
.build_from_path(filepath)
734
.unwrap();
0 commit comments