Team:Amsterdam/software/mdl2latex/

From 2012.igem.org

(Difference between revisions)
(Installation)
(Installation)
Line 9: Line 9:
MLD2LaTeX has been tested in both Linux and Unix (Mac OS). For easy installation, first install [[www.github.com|git]].
MLD2LaTeX has been tested in both Linux and Unix (Mac OS). For easy installation, first install [[www.github.com|git]].
-
Then run: {<tt>git</tt>clone https://github.com/slagtermaarten/mdl2latex }
+
Then run: {<tt>git clone https://github.com/slagtermaarten/mdl2latex</tt>}
 +
 
Edit the
Edit the

Revision as of 17:44, 19 September 2012

Introduction

StochPy is a versatile stochastic simulation package implemented in Python. Its inherits the easy to learn model description language [http://stompy.sourceforge.net/html/inputfile_doc.html MDL] from its parent package [http://pysces.sourceforge.net/PySCeS PySCeS], which is modelling environment with deterministic capabilities, By defining models in MDL and executing them through high-level commands in the Python or IPython shell, an easy-going experience is presented to the modeller in which one (almost) doesn’t need to worry about implementation details.

MDL2LaTeX is another step towards making a modeller’s life as carefree as possible. It does exactly what its name implies: it converts MDL files to cleean LaTeX representations, so the models can be easily integrated into reports. No more time wasted on tedious copying of equations to LaTeX!

Installation

MLD2LaTeX has been tested in both Linux and Unix (Mac OS). For easy installation, first install git.

Then run: {git clone https://github.com/slagtermaarten/mdl2latex}

Edit the

Makefile

inside of this folder and change the path to the .psc (MDL model) file you want to convert. Save and run

make