Skip to content

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

@cmdcolin

Description

@cmdcolin

The regex for the MM tag (section 1.7):

  MM:Z:([ACGTUN][-+]([a-z]+|[0-9]+)[.?]?(,[0-9]+)*;)*

specifies ([a-z]+|[0-9]+) for the modification codes which is lower case only but this does not therefore parse the ambiguity codes like "C - Ambiguity code; any C mod"

the spec may want to update it to

([a-z]+|[A-Z]|[0-9]+)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions