Skip to content

Relax MM tag regexp#859

Open
jkbonfield wants to merge 1 commit into
samtools:masterfrom
jkbonfield:fix-854
Open

Relax MM tag regexp#859
jkbonfield wants to merge 1 commit into
samtools:masterfrom
jkbonfield:fix-854

Conversation

@jkbonfield

Copy link
Copy Markdown
Contributor

We permit e.g. "C" as a base modification code to mean "any unspecified C modification". This means C+C,1,2,3 or even C+mhC,1,2,3 to show 5mC and 5hmC specifically, and a joint "any C including m, h plus other unspecified ones".

Fixes #854

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

Changed PDFs as of f4cfe83: SAMtags (diff).

@zaeleus

zaeleus commented Jul 7, 2026

Copy link
Copy Markdown

This also fixes #732, which is the same issue and resolution.

@jkbonfield

Copy link
Copy Markdown
Contributor Author

Thanks!

We permit e.g. "C" as a base modification code to mean "any
unspecified C modification".  This means C+C,1,2,3 or even
C+mhC,1,2,3 to show 5mC and 5hmC specifically, and a joint "any C
including m, h plus other unspecified ones".

Fixes samtools#854
Fixes samtools#732

Signed-off-by: James Bonfield <jkb@sanger.ac.uk>
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

Changed PDFs as of ac2506d: SAMtags (diff).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update MM tag regex to include upper case "Ambiguity codes"

2 participants