Skip to content

Commit

Permalink
Merge pull request #72 from janikkokot/patch-1
Browse files Browse the repository at this point in the history
Fix regex for SME adduct_ion
  • Loading branch information
nilshoffmann authored Jul 24, 2024
2 parents bcc81f2 + b33dd36 commit 0f0dc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/mzTab_m_swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ definitions:
OR (for negative mode):
SME 1 … [M-H]- …
SME 2 … [M+Cl]- …
pattern: '^\[\d*M([-][\w]*)\]\d*[+-]$'
pattern: '^\[\d*M([+-][\w]*)\]\d*[+-]$'
exp_mass_to_charge:
type: number
description: The experimental mass/charge value for the precursor ion. If multiple adduct forms have been combined into a single identification event/search, then a single value e.g. for the protonated form SHOULD be reported here.
Expand Down

0 comments on commit 0f0dc3b

Please sign in to comment.