File: control

package info (click to toggle)
cain 1.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,856 kB
  • sloc: cpp: 49,612; python: 14,988; xml: 11,654; ansic: 3,644; makefile: 133; sh: 2
file content (104 lines) | stat: -rw-r--r-- 4,098 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Source: cain
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Ivo Maintz <ivo@maintz.de>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               python-all-dev,
               python (<< 3.0),
               libeigen3-dev,
               zip
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cain.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/cain.git
Homepage: http://cain.sourceforge.net

Package: cain
Architecture: all
Depends: ${python:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         python (<< 3.0),
         python-wxgtk3.0,
         python-matplotlib,
         python-numpy,
         python-scipy,
         python-sympy,
         cain-solvers
Recommends: cain-examples
Description: 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 architecture independent files for cain

Package: cain-solvers
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libeigen3-dev
Description: solvers for cain
 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

Package: cain-examples
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         cain
Description: examples for cain
 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 cain examples