Skip to content

Commit

Permalink
fix: Drop aq values (fire quals) if they exit when recalling nuceleos…
Browse files Browse the repository at this point in the history
…omes.
  • Loading branch information
mrvollger committed Aug 20, 2024
1 parent 00c6124 commit c180aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/nucleosome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ pub fn add_nucleosomes_to_record(
record.remove_aux(b"nl").unwrap_or(());
record.remove_aux(b"as").unwrap_or(());
record.remove_aux(b"al").unwrap_or(());
record.remove_aux(b"aq").unwrap_or(());

let nucs = if options.allowed_m6a_skips < 0 {
find_nucleosomes(m6a, options)
Expand Down

0 comments on commit c180aab

Please sign in to comment.