v1.14.0
v1.14.0 - New event output file format
Previous version was incorrectly labeled as 1.2.x
where it should have been labeled 1.13.x
. To avoid breaking other pipelines that rely on these releases, we avoided re-naming those versions but we are correcting the release numbering for this release and future releases.
Major changes
- We have added a new file format that documents every reaction firing in a JSON file. This new JSON file format can be used with the command line argument
-rxnlog
and replaces the file format released in the last version. Please see enhancement issue #35 and pull request #36 for more details on the file format. A JSON schema is also in the main folder of the repo here.
Minor changes
- The
-connect
option added in the previous version had a bug where any model with aDelete
BNG operation in it wouldn't function with this option. This is now fixed and-connect
should be usable with any BNG model.
While none of these changes should have any backwards compatibility issues, please see this release if you are trying to replicate work done before 2021.