Bindings to use libsbml
from node.js
libsbml
must be installed- Edit the
libsbml_include
variable to point to yourlibsbml
header folder - Run
make
to generate the bindings - 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