1.2.1 • Published 13 years ago
libsbmljs v1.2.1
libsbml
Bindings to use libsbml from node.js
Generating Bindings
libsbmlmust be installed- Edit the
libsbml_includevariable to point to yourlibsbmlheader folder - Run
maketo generate the bindings - In
libsbml_model.jsyou must comment out the following methods:
- SBMLDocument_setLocationURI
- SBMLDocument_setConsistencyChecks
- SBMLDocument_setConsistencyChecksForConversion
- SBMLDocument_validateSBML
- SBMLDocument_getNumErrors
- SBMLDocument_getNumErrorsWithSeverity
- SBMLDocument_convert