Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 397 Bytes

node-libsbmlsim

node-libsbmlsim uses ffi to wrap around the libsbmlsim C API.

Currently, the methods for simulating an SBML model from file and printing the results to file are exposed. Further methods can be added to the libsbmlsim.js library file.

runSample.js is a sample file that simulates sample.xml and generates sampleOutput.csv.