Skip to content

Commit

Permalink
sam/alignment/record/data/field/tag: Fix original UMI quality scores tag
Browse files Browse the repository at this point in the history
Fixes #307.
  • Loading branch information
zaeleus committed Nov 8, 2024
1 parent 4353259 commit 5bee903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-sam/src/alignment/record/data/field/tag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl Tag {
pub const BASE_ALIGNMENT_QUALITY_OFFSETS: Self = Self::new(b'B', b'Q');

/// Phred quality of the unique molecular barcode bases in the `OX` tag (`BZ`).
pub const ORIGINAL_UMI_QUALITY_SCORES: Self = Self::new(b'O', b'X');
pub const ORIGINAL_UMI_QUALITY_SCORES: Self = Self::new(b'B', b'Z');

/// Cell identifier (`CB`).
pub const CELL_BARCODE_ID: Self = Self::new(b'C', b'B');
Expand Down

0 comments on commit 5bee903

Please sign in to comment.