Rewriting Theory for the Life Sciences: A Unifying Theory of CTMC Semantics
This page accompanies the paper with the title above, submitted to
Theoretical Computer Science, with the code used to produce the results for
the MØD section.
The Python code can be found here, and can be
executed through the
MØD wrapper script.
Below are options for how to execute it manually.
Besides printing data for the table in Appendix E, it will produce a PDF
file with visualization of the rules and their composition.
A pre-compiled version of this PDF can be found
here.
Using the playground server
- Download the code,
calc.py
- Paste it into the text field in the online playground.
- Press "Run".
- When finished the PDF with figures is available through the "Summary" link that appears.
Using a local installation of MØD
- Install MØD through one of the methods described at http://jakobandersen.github.io/mod/installation.html (from source, Conda, or as a Docker image).
- Download the code,
calc.py
- Run it with
mod -f calc.py
.
- When finished the PDF with figures is available in
summary/summary.pdf
.