Skip to content

Commit 47d9513

Browse files
authored
Merge pull request #108 from LCSB-BioCore/mk-link-pkgs
link other packages
2 parents 3ee3032 + c8921ad commit 47d9513

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
| ![CI](https://github.com/LCSB-BioCore/SBML.jl/workflows/CI/badge.svg?branch=master) | [![doc](https://img.shields.io/badge/docs-stable-blue)](https://lcsb-biocore.github.io/SBML.jl/stable) |
66

77

8-
This is a simple wrap of some of the libSBML functionality, mainly the model loading for purposes of COBRA analysis methods.
8+
This is a simple wrap of some of the libSBML functionality, mainly the model loading for purposes of COBRA analysis methods and exploration of ODE system and reaction dynamics.
9+
10+
You might like to try the packages that use SBML.jl; these now include:
11+
12+
- [COBREXA.jl](https://github.com/LCSB-BioCore/COBREXA.jl), the exascale-ready
13+
constraint-based analysis and reconstruction toolkit for finding and modeling
14+
steady metabolic fluxes with the models
15+
- [SBMLToolkit.jl](https://github.com/SciML/SBMLToolkit.jl), for working with
16+
the reaction dynamics of the models as ODE systems, well connected to the
17+
[SciML](https://github.com/SciML)
18+
[ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) ecosystem.
919

1020
Other functionality will be added as needed. Feel free to submit a PR that increases the loading "coverage".
1121

0 commit comments

Comments
 (0)