Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/HUPO-PSI/mzPAF
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Aug 31, 2024
2 parents b81952f + 58c6384 commit 10a4f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specification/grammars/annotation.lark
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ series_named_compound : "_" "{" CHARACTER+ "}"

series_smiles : "s" "{" SMILES+ "}"

series_unknown : "?" NUMBER*
series_unknown : "?" ORDINAL?

ion_series : series_peptide | series_immonium | series_internal | series_reporter | series_formula | series_named_compound | series_smiles | series_unknown

analyte_reference_ion_series : (analyte_reference_ ion_series) | ion_series

annotation : is_auxiliary? analyte_reference_? ion_series neutral_loss* isotope? adducts? charge? annotation_qualifiers?
annotation : is_auxiliary? analyte_reference_? ion_series neutral_loss* isotope? adducts? charge? annotation_qualifiers?
4 changes: 2 additions & 2 deletions specification/reference_data/reference_molecules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| | label_type | molecule_type | chemical_formula | ion_mz | neutral_mass |
| name | label_type | molecule_type | chemical_formula | ion_mz | neutral_mass |
|:------------|:-------------|:-----------------|:----------------------|---------:|---------------:|
| TMT126 | TMT | reporter | C8N1H15 | 126.128 | |
| TMT127N | TMT | reporter | C8[15N1]H15 | 127.125 | |
Expand Down Expand Up @@ -43,4 +43,4 @@
| TMT130N-ETD | TMT | reporter | C4[13C3][15N1]H15 | 117.131 | |
| TMT130C-ETD | TMT | reporter | C3[13C4]N1H15 | 118.141 | |
| TMT131N-ETD | TMT | reporter | C3[13C4][15N1]H15 | 119.138 | |
| TMT131C-ETD | TMT | reporter | C2[13C5]N1H15 | 118.141 | |
| TMT131C-ETD | TMT | reporter | C2[13C5]N1H15 | 118.141 | |

0 comments on commit 10a4f50

Please sign in to comment.