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

Allow multiple separate annotations #52

Open
luciansmith opened this issue Aug 26, 2020 · 0 comments
Open

Allow multiple separate annotations #52

luciansmith opened this issue Aug 26, 2020 · 0 comments

Comments

@luciansmith
Copy link
Contributor

When translating an annotated model such as one from biomodels, the antimony version has elements like:

  MgATP part "http://identifiers.org/chebi/CHEBI:25107",
         "http://identifiers.org/chebi/CHEBI:15422"
  MgATP part "http://identifiers.org/kegg.compound/C00305",
         "http://identifiers.org/kegg.compound/C00002",
         "http://identifiers.org/chebi/CHEBI:18420"

However, when this is translated back into SBML, it is all added as a single annotation, and when re-translated to Antimony, you get:

  MgATP part "http://identifiers.org/chebi/CHEBI:25107",
         "http://identifiers.org/chebi/CHEBI:15422",
         "http://identifiers.org/kegg.compound/C00305",
         "http://identifiers.org/kegg.compound/C00002",
         "http://identifiers.org/chebi/CHEBI:18420"

Antimony should keep them separate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant