You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that parsing the BRENDA txt file (version 2023) and checking for compounds, e.g. with EC number 5.6.2.2 (the one I checked first) returns shortened compound names.
Example: "6-methoxy-4-" where it should be 6-methoxy-4-(2-[4-[([1,3]oxathiolo[5
4-c]pyridin-6-ylmethyl)amino]piperidin-1-yl]ethyl)quinoline-3
carbonitrile
or simply "4-" (could be one of many).
The shortening seems to take place when '(' is encountered within the compound name. I tried to trace the processing through the functions but it is very complicated due to the consecutive functions with regular expressions.
Could you take a look? Thanks in advance
The text was updated successfully, but these errors were encountered:
First of all thanks a lot for your work!
I observed that parsing the BRENDA txt file (version 2023) and checking for compounds, e.g. with EC number 5.6.2.2 (the one I checked first) returns shortened compound names.
Example: "6-methoxy-4-" where it should be 6-methoxy-4-(2-[4-[([1,3]oxathiolo[5
4-c]pyridin-6-ylmethyl)amino]piperidin-1-yl]ethyl)quinoline-3
carbonitrile
or simply "4-" (could be one of many).
The shortening seems to take place when '(' is encountered within the compound name. I tried to trace the processing through the functions but it is very complicated due to the consecutive functions with regular expressions.
Could you take a look? Thanks in advance
The text was updated successfully, but these errors were encountered: