1.2.1 • Published 11 years ago

libsbmljs v1.2.1

Weekly downloads
32
License
-
Repository
github
Last release
11 years ago

libsbml

Bindings to use libsbml from node.js

Generating Bindings

  1. libsbml must be installed
  2. Edit the libsbml_include variable to point to your libsbml header folder
  3. Run make to generate the bindings
  4. In libsbml_model.js you must comment out the following methods:
  • SBMLDocument_setLocationURI
  • SBMLDocument_setConsistencyChecks
  • SBMLDocument_setConsistencyChecksForConversion
  • SBMLDocument_validateSBML
  • SBMLDocument_getNumErrors
  • SBMLDocument_getNumErrorsWithSeverity
  • SBMLDocument_convert
1.2.1

11 years ago

1.2.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago