RuleWorld / nfsim

A general-purpose, stochastic, biochemical reaction simulator for large reaction networks
http://michaelsneddon.net/nfsim/
MIT License
14 stars 9 forks source link

Issue35 - new reaction firing file format #36

Closed ASinanSaglam closed 1 year ago

ASinanSaglam commented 1 year ago

This fixes #35. The default reaction firing output is now a JSON file and can be set with the argument -rxnlog reactions.json. Please note that there is no extension detection, the output will always be in JSON.

What is done

What is left to do before merging: