Skip to content

Commit

Permalink
Merge pull request #72 from smithlabcode/bam-adapter-bugfix
Browse files Browse the repository at this point in the history
Fixing bug in adapter identification for BAM format
  • Loading branch information
andrewdavidsmith authored Sep 25, 2024
2 parents 99ea94f + a48cb66 commit dc7e963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ BamReader::read_sequence_line(FastqStats &stats) {
still_in_buffer = true;
next_truncation = 100;
do_kmer_read = (stats.num_reads == next_kmer_read);
adapters_found.reset();

const size_t seq_len = b->core.l_qseq;
// MN: TODO: make sure everything works in this scope
Expand Down

0 comments on commit dc7e963

Please sign in to comment.