The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java™ implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution. This library is based on the JSBML project and can be used on every operating system for which a Java Virtual Machine is available. Please note that this project does not contain any user interface, neither a command-line interface, nor a graphical user interface. This project has been developed as a pure programming library. To support the MIASE effort, it understands SED-ML files. Its abstract type and interface hierarchy facilitates the implementation of further community standards, such as CellML.
When using this library, please cite: http://www.biomedcentral.com/1752-0509/7/55.
More information about GSoC 2018 summer work can be found on GitHub wiki page.
Bio-Informatics, Libraries, Simulations
- Numerical simulation
- Ordinary differential equation solver
- Time-course analysis
- Systems Biology Markup Language
- Application programming interface
This file is part of Simulation Core Library, a Java-based library for efficient numerical simulation of biological models.
Copyright (C) 2007 jointly held by the individual authors.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. A copy of the license agreement is provided in the file named "LICENSE.txt" included with this software distribution and also available online as http://www.gnu.org/licenses/lgpl-3.0-standalone.html.
Please cite the original work and the authors when using this program. See the project homepage for details.
For an introduction of how to use this library, please open the javadoc homepage. There you can find instructions and source code examples, including some use cases. Once a maven build is ran, the binaries will be generated in the target folder. This folder will also include a JAR files of the simulation core library to work with.
Just a brief explanation of the folders and files contained in this distribution.
Most importantly, see
- the
INSTALL.md
file for instruction to run maven build - the docs folder containing an exhaustive documentation under apidocs
The package structure in more detail:
/
|- docs -> Contains code for the maven built website
|- src -> The main source folder containing all the code and test files
|- assembly -> assembly files for maven plugins
|- lib -> 3rd party libraries needed for compilation and execution
|- main -> Core java files of simulation library
|- test -> JUnit test files along with resources required
|- site -> Contains markup files, old javadoc, site.xml and other website
resources
|- LICENSE.txt -> the license, under which this project is distributed
|- pom.xml -> Maven file for building the project
|- README.md -> this file
Please e-mail any bugs, problems, suggestions, or issues regarding this library to the bug tracker at https://github.com/draeger-lab/SBSCL/issues