Skip to content

Commit

Permalink
Update sorted_bam_reader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hextraza authored Jan 31, 2024
1 parent 4374aa4 commit 23ff8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parse/sorted_bam_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ impl SortedBamReader {
}
};

/*if read_umi == "AAAAAAAAAA" {
if read_umi == "AAAAAAAAAA" {
continue;
}*/
}

if self.current_umi == "" {
self.current_umi = read_umi.clone();
Expand Down

0 comments on commit 23ff8d2

Please sign in to comment.