Skip to content

Chaste/chaste-codegen-sbml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaste code generation from SBML

The chaste_codegen_sbml module takes SBML models as input and uses libSBML to parse the models and output C++ code for Chaste.

Installation

User install

Installation via pipx is recommended

pipx install git+https://github.com/Chaste/chaste-codegen-sbml@develop

Alternatively, install via pip (optionally in a virtual environment)

# Create and activate a virtual environment
python -m venv sbml-venv

# Install
pip install git+https://github.com/Chaste/chaste-codegen-sbml@develop

Developer install

Clone the repository and install the package in editable mode along with the dev dependencies:

git clone https://github.com/Chaste/chaste-codegen-sbml
cd chaste-codegen-sbml
pip install -e .[dev]

Usage

chaste_codegen_sbml [-h]

Testing

About

Chaste C++ code generation from SBML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages