Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable I/O of SBO terms from SBML file #235

Merged
merged 7 commits into from
Sep 19, 2019
Merged

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    937c2f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    4c6c2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5d482 View commit details
    Browse the repository at this point in the history
  3. feat: exportModel avoid duplicate SBO term info in annotation fields

    SBO terms are now written only to the ".sboTerm" SBML fields, rather than both those and the ".annotation" fields.
    JonathanRob committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    bae385f View commit details
    Browse the repository at this point in the history
  4. feat: importModel now reads SBO terms from SBML .sboTerm fields

    Rather than reading SBO terms from the .annotation fields. This should be compatible with COBRA-exported SBML files as well.
    JonathanRob committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    80b7857 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    cf6a041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b1ef3 View commit details
    Browse the repository at this point in the history