-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
I am curious about your plans for the future development of this project. Do you intend to maintain it?
I noticed that BRENDA decided to release publicly their latest version (v18.1) in a text format, and your parser seems to be the only one dealing with it right now on GitHub. Anyway, I encountered a couple of issues/misunderstandings when I tried to use it and I figured it might be of interest to you if you wanted to push an update for the new release:
- related to Python 3 : "StandardError" should be replaced by "Exception"
- Reference section is not parsed (returns list of None):
parser._parse_reference()is empty, so that's expected - Protein section is not parsed (returns list of None): it turned out that
parser._parse_protein()do not return any Entry on purpose and that Protein-related data are stored incontent[ec_number][0].organisms
HTH
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels