Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Feb 24, 2024
1 parent f89c95b commit 77f5ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ pub fn add_fire_to_rec(
}
let aux_array: AuxArray<u8> = (&precisions).into();
let aux_array_field = Aux::ArrayU8(aux_array);
record.remove_aux(b"aq").unwrap_or(()); // remove any existing ML field
rec.record.remove_aux(b"aq").unwrap_or(()); // remove any existing ML field
rec.record
.push_aux(b"aq", aux_array_field)
.expect("Cannot add FIRE precision to bam");
Expand Down

0 comments on commit 77f5ad4

Please sign in to comment.