Published January 10, 2022 | Version jsbml-0.8-b1
Software Open

sbmlteam/jsbml: JSBML 0.8-β1

  • 1. Babraham Institute, Cambridge, UK
  • 2. Institute for Bioinformatics and Medical Informatics (IBMI)
  • 3. California Institute of Technology
  • 4. @sdsmdg
  • 5. @Congenica
  • 6. C.H. Robinson
  • 7. @KohlbacherLab
  • 8. Phd student at MPI for Biochemistry

Description

Version 0.8-b1 (04-02-2011)

This the first beta release of JSBML 0.8, JSBML is a community-driven project to create a free, open-source, pure Java library for reading, writing, and manipulating SBML files and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.

For more details, please visit http://sbml.org/Software/JSBML

Bug Fixes:
  • [Tracker issue #3137967] Namespaces in the sbml element were incorrectly parsed, some known namespaces like html were not kept for examples. This is fixed, thanks to Paulo Maia for reporting this.
Known issues:
  • problem of output indentation for notes, when there is several top level elements.
  • the method SBMLDocument.checkConsistency() is not working. There is a problem in the parsing of the XML return by the sbml.org validator.
  • dependency on the sbml.org validator which might not be robust enough (you cannot submit a file bigger 15MB for example). It would be better to be able to install your own localy or at least have several mirrors. We will have to see how it performs.
  • in a mathML block, if one 'ci'element is suppose to represent a functionDefinition but the id is not a valid id, the type of the ASTNode is not set properly, so there are some errors when trying to use the corresponding ASTNode tree. (cf model generated by COBRA)

Files

sbmlteam/jsbml-jsbml-0.8-b1.zip

Files (5.9 MB)

Name Size Download all
md5:37c59e0e7e41860d7746137bd2263a74
5.9 MB Preview Download

Additional details

Related works