Skip to content

Commit

Permalink
Small fix for unknown series (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte authored Aug 25, 2024
1 parent 77d2382 commit 5bde612
Showing 1 changed file with 2 additions and 2 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?

0 comments on commit 5bde612

Please sign in to comment.