Skip to content

Updates for v18.1? #4

@bdelepine

Description

@bdelepine

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 in content[ec_number][0].organisms

HTH

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions