Git Product home page Git Product logo

lykimquyen / kasim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kappa-dev/kappatools

0.0 2.0 0.0 67.67 MB

Command line stochastic simulator for kappa models. Documentation and binaries can be found in the release section below.

Home Page: http://kappalanguage.org/

License: GNU Lesser General Public License v3.0

OCaml 98.97% Standard ML 0.26% C 0.05% Makefile 0.45% Shell 0.07% CSS 0.03% JavaScript 0.06% HTML 0.12%

kasim's Introduction

KaSim logo

KaSim

KaSim is a stochastic simulator for rule-based models written in Kappa. KaSa is a static analyser for Kappa models.

User manual

The reference manual is available online in pdf and html;

The latex sources are available in the man/ directory. To compile the manuel, in addition of a decent LaTeX distribution you need gnuplot and graphviz to generate images (make sure that dot is in the PATH of your OS). To generate the pdf of the manuel type

make doc

Installation

To compile KaSim, you need the OCaml native compiler version 4.02.3 or above and the findib library. To check whether you have them, type

ocamlfind ocamlopt -version

If you use a package manager (or opam, the OCaml package manager), OCaml compilers and findlib are really likely provided by it. Else, OCaml native compilers can be downloaded on INRIA's website. The Windows bundle contains findlib. Findlib sources are available on camlcity.org.

To create KaSim binaries, simply type

make bin/KaSim

This should produce KaSim binaries. You will need your own plotting program (like gnuplot) to visualize curves.

Usage

In order to run a simulation of 1000 rule applications, type

bin/KaSim kappa_file_1 ... kappa_file_n -e 1000 -p 1000 -o data_file

This will produce a data file of 1000 point (-p option) containing the trajectory that was produced during the simulation.

Type:

bin/KaSim --help

for a complete list of options.

kasim's People

Contributors

feret avatar lykimquyen avatar majorseitan avatar pirbo avatar vd1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.