All Projects → matthiaskoenig → sbmlutils

matthiaskoenig / sbmlutils

Licence: LGPL-3.0 license
Python utilities for SBML

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
XSLT
1337 projects
Vue
7211 projects
r
7636 projects

Labels

Projects that are alternatives of or similar to sbmlutils

parPE
Parameter estimation for dynamical models using high-performance computing, batch and mini-batch optimizers, and dynamic load balancing.
Stars: ✭ 16 (-40.74%)
Mutual labels:  sbml
pysces
The official PySCeS project source code repository.
Stars: ✭ 25 (-7.41%)
Mutual labels:  sbml
CNApy
An integrated visual environment for metabolic modeling with common methods such as FBA, FVA and Elementary Flux Modes, and advanced features such as thermodynamic methods, extended Minimal Cut Sets, OptKnock, RobustKnock, OptCouple and more!
Stars: ✭ 27 (+0%)
Mutual labels:  sbml
smfsb
Documentation, models and code relating to the 3rd edition of the textbook Stochastic Modelling for Systems Biology
Stars: ✭ 27 (+0%)
Mutual labels:  sbml
sbml-test-suite
The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
Stars: ✭ 21 (-22.22%)
Mutual labels:  sbml
SBMLToolkit.jl
SBML differential equation and chemical reaction model (Gillespie simulations) for Julia's SciML ModelingToolkit
Stars: ✭ 25 (-7.41%)
Mutual labels:  sbml
newt
A web application to visualize and edit pathway models
Stars: ✭ 46 (+70.37%)
Mutual labels:  sbml
AMICI
Advanced Multilanguage Interface to CVODES and IDAS
Stars: ✭ 80 (+196.3%)
Mutual labels:  sbml
EscherConverter
A standalone program that reads files created with the graphical network editor Escher and converts them to files in community standard formats.
Stars: ✭ 14 (-48.15%)
Mutual labels:  sbml

sbmlutils logo

sbmlutils: python utilities for SBML

GitHub Actions CI/CD Status Current PyPI Version Supported Python Versions GNU Lesser General Public License 3 Codecov Documentation Status Zenodo DOI Black mypy

sbmlutils is a collection of python utilities for working with SBML models implemented on top of libsbml and other libraries with source code available from https://github.com/matthiaskoenig/sbmlutils.

Features include among others

  • helper functions for model creation, manipulation, and annotation
  • HTML reports of SBML models https://sbml4humans.de.
  • file converters (XPP)

The documentation is available on https://sbmlutils.readthedocs.io. If you have any questions or issues please open an issue.

sbmlutils introduction

How to cite

Zenodo DOI

Contributing

Contributions are always welcome! Please read the contributing guidelines to get started.

License

The sbmlutils source is released under both the GPL and LGPL licenses version 2 or later. You may choose which license you choose to use the software under.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License or the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Funding

Matthias König is supported by the Federal Ministry of Education and Research (BMBF, Germany) within the research network Systems Medicine of the Liver (LiSyM, grant number 031L0054) and by the German Research Foundation (DFG) within the Research Unit Programme FOR 5151 "QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection - A Systems Medicine Approach)" by grant number 436883643 and by grant number 465194077 (Priority Programme SPP 2311, Subproject SimLivA). SBML4Humans was funded as part of Google Summer of Code 2021. Matthias König has received funding from the EOSCsecretariat.eu which has received funding from the European Union's Horizon Programme call H2020-INFRAEOSC-05-2018-2019, grant Agreement number 831644.

Installation

sbmlutils is available from pypi and can be installed via:

pip install sbmlutils

Requirements

tkinter is required which can be installed on linux via:

apt-get install python-tk
apt-get install python3-tk

Please see the respective installation instructions for your operating system.

Develop version

The latest develop version can be installed via:

pip install git+https://github.com/matthiaskoenig/sbmlutils.git@develop

Or via cloning the repository and installing via:

git clone https://github.com/matthiaskoenig/sbmlutils.git
cd sbmlutils
pip install -e .

To install for development use:

pip install -e .[development]

© 2017-2022 Matthias König

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].