Skip to content

Commit

Permalink
updating lcb new rule in LipidMaps grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-kopczynski committed Jun 8, 2022
1 parent 479266d commit ef2c9ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LipidMaps.g4
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,11 @@ mod_text: 'OH' | 'Ke' | 'OOH' | 'My' | 'Me' | 'Br' | 'CHO' | 'COOH' | 'Cp' | 'Ep
ether : 'P-' | 'O-';
stereo : 'R' | 'S';
fa_pure: carbon carbon_db_separator db | carbon carbon_db_separator db db_hydroxyl_separator hydroxyl;
lcb_pure_fa : lcb_fa;
lcb_fa: lcb_fa_unmod | lcb_fa_unmod lcb_fa_mod;
lcb_fa_unmod: carbon carbon_db_separator db;
lcb_fa_mod: round_open_bracket modification round_close_bracket;
lcb: hydroxyl_lcb lcb_fa | lcb_fa;
lcb: hydroxyl_lcb lcb_fa | lcb_pure_fa;
carbon: number;
db : db_count | db_count db_positions;
db_count : number;
Expand Down

0 comments on commit ef2c9ad

Please sign in to comment.