Skip to content

Peptidoform properties: TagBase vs ModificationBase? #137

@RalfG

Description

@RalfG

Should these be TagBase instead of ModificationBase? They could be MassModification, which is TagBase, but not ModificationBase.

class PeptidoformProperties(TypedDict):
"""Property items of a :py:class:`Peptidoform`."""
n_term: list[proforma.ModificationBase] | None
c_term: list[proforma.ModificationBase] | None
unlocalized_modifications: list[proforma.ModificationBase]
labile_modifications: list[proforma.ModificationBase]
fixed_modifications: list[proforma.ModificationRule]
charge_state: proforma.ChargeState
isotopes: list[proforma.StableIsotope]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions