Skip to content

Commit

Permalink
added handling for hydroxyls
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Kopczynski committed May 18, 2020
1 parent 89a5f47 commit 5652c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HMDB.g4
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ether_link_pos : number '-';
ether_type : 'o-' | 'O-' | 'P-' | 'i-' | 'a-';
hydroxyl : 'm' | 'd' | 't';
fa_lcb_suffix : fa_lcb_suffix_core | fa_lcb_suffix_separator fa_lcb_suffix_core | ROB fa_lcb_suffix_core RCB;
fa_lcb_suffix_core : fa_lcb_suffix_number fa_lcb_suffix_type | fa_lcb_suffix_number fa_lcb_suffix_separator fa_lcb_suffix_type;
fa_lcb_suffix_core : fa_lcb_suffix_type | fa_lcb_suffix_number fa_lcb_suffix_type | fa_lcb_suffix_number fa_lcb_suffix_separator fa_lcb_suffix_type;
fa_lcb_suffix_type : 'OH' | 'me';
fa_lcb_suffix_number : number;
fa_lcb_prefix : fa_lcb_prefix_type | fa_lcb_prefix_type fa_lcb_prefix_separator;
Expand Down

0 comments on commit 5652c85

Please sign in to comment.