Skip to content

Commit 75b79e5

Browse files
add reference to issue #57
1 parent df443c2 commit 75b79e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gtars/src/uniwig/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ fn process_bam(
728728
// pre-process chromosomes that are actually in the bam file BEFORE spawning threads.
729729
for chromosome in list_of_valid_chromosomes.iter() {
730730
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
731732
let mut reader = bam::io::indexed_reader::Builder::default()
732733
.build_from_path(filepath)
733734
.unwrap();

0 commit comments

Comments
 (0)