-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
49 lines (28 loc) · 1.22 KB
/
Copy pathREADME
File metadata and controls
49 lines (28 loc) · 1.22 KB
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
# pSSALib
The pSSAlib provides a complete and concise implementation of the most efficient partial-propensity methods for exact stochastic chemical kinetics.
### Prerequisites
libSBLM is a required component to install pSSAlib. Many linux system today provide binaries for libSBML that can be installed using a package manager, or the respective package can be obtained under http://sbml.org/Software/libSBML
### Installing
To install pSSAlib please untar the package with
tar -xcf pSSAlib_xxx.tar
change directory into the pSSAlib folder and run
./configure
make
You may want to specify the path to libSBML include files and binaries:
./configure --with-libsbml-include=/the/sbml/include/directory --with-libsbml-lib=/the/sbml/lib/directory
make
## Validation tests
Validation test are automatically compiled in example/validation.
The Endosome switch example and gray-scott example are provided into the folders
etl-endosome-switch and gray-scott-2d.
Aditional examples can be founded in the folder benchmarks.
## Authors
* **Oleksandr Ostrenko **
* **Pietro Incardona **
* **Rajesh Ramaswamy **
* **Ivo Sbalzarini **
* **Lutz Brush **
## License
This project is licensed under the LGPL 3.0 License
## Acknowledgments
None