Download
SBW
Jarnac is only recommended for very experienced users. If you want a nice easy tool to do simulations then use JDesigner which comes with SBW
Jarnac is a language for describing and manipulating cellular system models and can be used to describe metabolic, signal transduction and gene networks, or in fact any physical system which can be described in terms of a network and associated flows. Jarnac is basically version 2 of SCAMP.
Within the SBW framework Jarnac acts as both a script engine for model building, simulation, and analysis, and a simulation engine for SBML files. Jarnac is able to perform continuous and stochastic simulations.
Jarnac is based on a simple control language, similar to the Basic language and supports many of the constructs one would expect, for loops, conditionals, while/do and repeat/until. It supports at least 7 different data types, including integers, floats, Booleans, strings, vectors, matrices and lists. Jarnac also supports user defined functions and external modules.
There is built-in computational support for: Dynamic simulation (using LSODAor CVODE integrator), steady state snalysis using the NLEQ solver, simple stability analysis (eigenvalues, using IMSL library), matrix arithmetic (All the main operators including things like transpose, det etc, using IMSL library), Metabolic Control Analysis (All steady state control coefficients and elasticities), Metabolic atructural analysis (Null space and conservation relation analysis with others to follow), stochastic Simulation (using standard Gillespie method).
Jarnac is installed with SBW. For more information see the SBW installation page.
Jarnac is currently only supported on Windows.