cain 1.9-6 source package in Ubuntu

Changelog

cain (1.9-6) unstable; urgency=low


  * Enable arch only builds (thanks for the patch to Adam Conrad
    <email address hidden>)
    Closes: #685066

 -- Andreas Tille <email address hidden>  Thu, 16 Aug 2012 12:54:18 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cain_1.9-6.dsc 1.4 KiB 9c629e5fe455c65e463d1897c1216222a5377feb277af5fb1adfb834dd5e5a40
cain_1.9.orig.tar.gz 17.2 MiB f2807761b96ca3bb09688598676504c903064cc2b349f1c813153ffc594fbbef
cain_1.9-6.debian.tar.gz 7.6 KiB ce803b3433d453b80f9c950f2bb3f9ed32e490c90e8547ec13eb5bfb3a3c9649

Available diffs

No changes file available.

Binary packages built by this source

cain: No summary available for cain in ubuntu raring.

No description available for cain in ubuntu raring.

cain-examples: No summary available for cain-examples in ubuntu raring.

No description available for cain-examples in ubuntu raring.

cain-solvers: simulations of chemical reactions

 Cain performs stochastic and deterministic simulations of chemical reactions.
 It can spawn multiple simulation processes to utilize multi-core computers.
 It stores models, methods, and simulation output (populations and reaction
 counts) in an XML format. In addition, SBML models can be imported and
 exported. The models and methods can be read from input files or edited
 within the program.
 .
 The GUI (Graphical User Interface) is written in Python and uses the wxPython
 toolkit. Most of the solvers are implemented as command line executables,
 written in C++, which are driven by Cain. This makes it easy to launch batch
 jobs. It also simplifies the process of adding new solvers. Cain offers a
 variety of solvers:
  * Gillespie's direct method.
  * Gillespie's first reaction method.
  * Gibson and Bruck's next reaction method.
  * Tau-leaping.
  * Hybrid direct/tau-leaping.
  * ODE integration.
 .
 This package provides the solver libraries