biosimulators-utils


Namebiosimulators-utils JSON
Version 0.1.187 PyPI version JSON
download
home_pagehttps://github.com/biosimulators/Biosimulators_utils
SummaryCommand-line program and library for reading, writing, validating and executing modeling projects (COMBINE/OMEX archives with SED-ML files).
upload_time2024-02-16 22:27:49
maintainer
docs_urlNone
authorCenter for Reproducible Biomedical Modeling
requires_python
licenseMIT
keywords systems biology modeling simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Latest release](https://img.shields.io/github/v/release/biosimulators/Biosimulators_utils)](https://github.com/biosimulators/Biosimulators_utils/releases)
[![PyPI](https://img.shields.io/pypi/v/biosimulators-utils)](https://pypi.org/project/biosimulators-utils/)
[![CI status](https://github.com/biosimulators/Biosimulators_utils/workflows/Continuous%20integration/badge.svg)](https://github.com/biosimulators/Biosimulators_utils/actions?query=workflow%3A%22Continuous+integration%22)
[![Test coverage](https://codecov.io/gh/biosimulators/Biosimulators_utils/branch/dev/graph/badge.svg)](https://codecov.io/gh/biosimulators/Biosimulators_utils)
[![Binder](https://mybinder.org/badge_logo.svg)](https://tutorial.biosimulators.org/)
[![All Contributors](https://img.shields.io/github/all-contributors/biosimulators/Biosimulators_utils/HEAD)](#contributors-)

# BioSimulators utils
Command-line application and high-level utilities for reading, writing, validating, and executing [COMBINE/OMEX format](https://combinearchive.org/) files that contain descriptions of simulations in [Simulation Experiment Description Markup Language](https://sed-ml.org/) (SED-ML) format with models in formats such as the [BioNetGen Language](https://bionetgen.org) (BNGL) and the [Systems Biology Markup Language](http://sbml.org) (SBML).

## Installation

### Requirements
* Python >= 3.7
* pip (latest)

### Optional requirements

* [Docker](https://www.docker.com/): required to execute containerized simulation tools
* [Java](https://www.java.com/): required to parse and validate NeuroML/LEMS files
* [Perl](https://www.perl.org/): required to parse and validate BioNetGen files
* [RBApy](https://sysbioinra.github.io/RBApy/): required to parse and validate RBA files
* [XPP](http://www.math.pitt.edu/~bard/xpp/xpp.html): required to parse and validate XPP files

### Install latest release from PyPI
```
pip install biosimulators-utils
```

### Install latest revision from GitHub
```
pip install git+https://github.com/biosimulators/Biosimulators_utils.git#biosimulators_utils
```

### Installation optional features

To use BioSimulators utils to validate BNGL models, install BioSimulators utils with the `bgnl` option:
```
pip install biosimulators-utils[bgnl]
```

To use BioSimulators utils to validate CellML models, install BioSimulators utils with the `cellml` option:
```
pip install biosimulators-utils[cellml]
```

To use BioSimulators utils to validate LEMS models, install [Java](https://www.java.com/) and then install BioSimulators utils with the `lems` option:
```
pip install biosimulators-utils[lems]
```

To use BioSimulators utils to validate NeuroML models, install BioSimulators utils with the `neuroml` option:
```
pip install biosimulators-utils[neuroml]
```

To use BioSimulators utils to validate SBML models, install BioSimulators utils with the `sbml` option:
```
pip install biosimulators-utils[sbml]
```

To use BioSimulators utils to validate SBML models, install BioSimulators utils with the `smoldyn` option:
```
pip install biosimulators-utils[smoldyn]
```

To use BioSimulators utils to convert Escher metabolic maps to Vega flux data visualizations, install BioSimulators utils with the `escher` option:
```
pip install biosimulators-utils[escher]
```

To use BioSimulators utils to execute containerized simulation tools, install BioSimulators utils with the `containers` option:
```
pip install biosimulators-utils[containers]
```

To use BioSimulators utils to log the standard output and error produced by simulation tools, install BioSimulators utils with the `logging` option:
```
pip install biosimulators-utils[logging]
```

## Dockerfile and Docker image

This package is available in the `ghcr.io/biosimulators/biosimulators` Docker image. This image includes all of the optional dependencies and installation options.

To install and run this image, run the following commands:
```
docker pull ghcr.io/biosimulators/biosimulators
docker run -it --rm ghcr.io/biosimulators/biosimulators
```

This image includes this package, as well as standardized Python APIs for the simulation tools validated by BioSimulators. Because this image aims to incorporate as many simulation tools as possible within a single Python environment, this image may sometimes lag behind the latest version of this package.

The Dockerfile for this image is available [here](https://github.com/biosimulators/Biosimulators/blob/dev/Dockerfile).

## Tutorials

### Command-line interface
A tutorial for the command-line interface is available [here](https://docs.biosimulators.org/Biosimulators_utils/).

### Python API
Interactive tutorials for using BioSimulators-utils and Python APIs for simulation tools to execute simulations are available online from Binder [here](https://tutorial.biosimulators.org/). The Jupyter notebooks for these tutorials are also available [here](https://github.com/biosimulators/Biosimulators_tutorials).

## API documentation
API documentation is available [here](https://docs.biosimulators.org/Biosimulators_utils/).

## License
This package is released under the [MIT license](LICENSE).

## Development team
This package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York and the [Center for Reproducible Biomedical Modeling](http://reproduciblebiomodels.org) with assistance from the contributors listed [here](CONTRIBUTORS.md).

## Contributing to BioSimulators utils
We enthusiastically welcome contributions to BioSimulators utils! Please see the [guide to contributing](CONTRIBUTING.md) and the [developer's code of conduct](CODE_OF_CONDUCT.md).

## Funding
This work was supported by National Institutes of Health award P41EB023912.

## Questions and comments
Please contact the [BioSimulators Team](mailto:info@biosimulators.org) with any questions or comments.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/biosimulators/Biosimulators_utils",
    "name": "biosimulators-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "systems biology modeling simulation",
    "author": "Center for Reproducible Biomedical Modeling",
    "author_email": "info@biosimulators.org",
    "download_url": "https://files.pythonhosted.org/packages/30/ad/ee39cf81dafe85af8263eb7dfb6a8a08144ba786edf9516d17a897806cb2/biosimulators_utils-0.1.187.tar.gz",
    "platform": null,
    "description": "[![Latest release](https://img.shields.io/github/v/release/biosimulators/Biosimulators_utils)](https://github.com/biosimulators/Biosimulators_utils/releases)\n[![PyPI](https://img.shields.io/pypi/v/biosimulators-utils)](https://pypi.org/project/biosimulators-utils/)\n[![CI status](https://github.com/biosimulators/Biosimulators_utils/workflows/Continuous%20integration/badge.svg)](https://github.com/biosimulators/Biosimulators_utils/actions?query=workflow%3A%22Continuous+integration%22)\n[![Test coverage](https://codecov.io/gh/biosimulators/Biosimulators_utils/branch/dev/graph/badge.svg)](https://codecov.io/gh/biosimulators/Biosimulators_utils)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://tutorial.biosimulators.org/)\n[![All Contributors](https://img.shields.io/github/all-contributors/biosimulators/Biosimulators_utils/HEAD)](#contributors-)\n\n# BioSimulators utils\nCommand-line application and high-level utilities for reading, writing, validating, and executing [COMBINE/OMEX format](https://combinearchive.org/) files that contain descriptions of simulations in [Simulation Experiment Description Markup Language](https://sed-ml.org/) (SED-ML) format with models in formats such as the [BioNetGen Language](https://bionetgen.org) (BNGL) and the [Systems Biology Markup Language](http://sbml.org) (SBML).\n\n## Installation\n\n### Requirements\n* Python >= 3.7\n* pip (latest)\n\n### Optional requirements\n\n* [Docker](https://www.docker.com/): required to execute containerized simulation tools\n* [Java](https://www.java.com/): required to parse and validate NeuroML/LEMS files\n* [Perl](https://www.perl.org/): required to parse and validate BioNetGen files\n* [RBApy](https://sysbioinra.github.io/RBApy/): required to parse and validate RBA files\n* [XPP](http://www.math.pitt.edu/~bard/xpp/xpp.html): required to parse and validate XPP files\n\n### Install latest release from PyPI\n```\npip install biosimulators-utils\n```\n\n### Install latest revision from GitHub\n```\npip install git+https://github.com/biosimulators/Biosimulators_utils.git#biosimulators_utils\n```\n\n### Installation optional features\n\nTo use BioSimulators utils to validate BNGL models, install BioSimulators utils with the `bgnl` option:\n```\npip install biosimulators-utils[bgnl]\n```\n\nTo use BioSimulators utils to validate CellML models, install BioSimulators utils with the `cellml` option:\n```\npip install biosimulators-utils[cellml]\n```\n\nTo use BioSimulators utils to validate LEMS models, install [Java](https://www.java.com/) and then install BioSimulators utils with the `lems` option:\n```\npip install biosimulators-utils[lems]\n```\n\nTo use BioSimulators utils to validate NeuroML models, install BioSimulators utils with the `neuroml` option:\n```\npip install biosimulators-utils[neuroml]\n```\n\nTo use BioSimulators utils to validate SBML models, install BioSimulators utils with the `sbml` option:\n```\npip install biosimulators-utils[sbml]\n```\n\nTo use BioSimulators utils to validate SBML models, install BioSimulators utils with the `smoldyn` option:\n```\npip install biosimulators-utils[smoldyn]\n```\n\nTo use BioSimulators utils to convert Escher metabolic maps to Vega flux data visualizations, install BioSimulators utils with the `escher` option:\n```\npip install biosimulators-utils[escher]\n```\n\nTo use BioSimulators utils to execute containerized simulation tools, install BioSimulators utils with the `containers` option:\n```\npip install biosimulators-utils[containers]\n```\n\nTo use BioSimulators utils to log the standard output and error produced by simulation tools, install BioSimulators utils with the `logging` option:\n```\npip install biosimulators-utils[logging]\n```\n\n## Dockerfile and Docker image\n\nThis package is available in the `ghcr.io/biosimulators/biosimulators` Docker image. This image includes all of the optional dependencies and installation options.\n\nTo install and run this image, run the following commands:\n```\ndocker pull ghcr.io/biosimulators/biosimulators\ndocker run -it --rm ghcr.io/biosimulators/biosimulators\n```\n\nThis image includes this package, as well as standardized Python APIs for the simulation tools validated by BioSimulators. Because this image aims to incorporate as many simulation tools as possible within a single Python environment, this image may sometimes lag behind the latest version of this package.\n\nThe Dockerfile for this image is available [here](https://github.com/biosimulators/Biosimulators/blob/dev/Dockerfile).\n\n## Tutorials\n\n### Command-line interface\nA tutorial for the command-line interface is available [here](https://docs.biosimulators.org/Biosimulators_utils/).\n\n### Python API\nInteractive tutorials for using BioSimulators-utils and Python APIs for simulation tools to execute simulations are available online from Binder [here](https://tutorial.biosimulators.org/). The Jupyter notebooks for these tutorials are also available [here](https://github.com/biosimulators/Biosimulators_tutorials).\n\n## API documentation\nAPI documentation is available [here](https://docs.biosimulators.org/Biosimulators_utils/).\n\n## License\nThis package is released under the [MIT license](LICENSE).\n\n## Development team\nThis package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York and the [Center for Reproducible Biomedical Modeling](http://reproduciblebiomodels.org) with assistance from the contributors listed [here](CONTRIBUTORS.md).\n\n## Contributing to BioSimulators utils\nWe enthusiastically welcome contributions to BioSimulators utils! Please see the [guide to contributing](CONTRIBUTING.md) and the [developer's code of conduct](CODE_OF_CONDUCT.md).\n\n## Funding\nThis work was supported by National Institutes of Health award P41EB023912.\n\n## Questions and comments\nPlease contact the [BioSimulators Team](mailto:info@biosimulators.org) with any questions or comments.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command-line program and library for reading, writing, validating and executing modeling projects (COMBINE/OMEX archives with SED-ML files).",
    "version": "0.1.187",
    "project_urls": {
        "Download": "https://github.com/biosimulators/Biosimulators_utils",
        "Homepage": "https://github.com/biosimulators/Biosimulators_utils"
    },
    "split_keywords": [
        "systems",
        "biology",
        "modeling",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1d413e7d5c2d98a4227d9d495c8c19bf723ce51c0b246168dafb8c8829f10fe",
                "md5": "03f76ece1d07e0aeca0d1cdc4a708e79",
                "sha256": "760a54bb0d78a73be9d8aeac151b3b7cf4d7f62609c4f312e75a8598919d7054"
            },
            "downloads": -1,
            "filename": "biosimulators_utils-0.1.187-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03f76ece1d07e0aeca0d1cdc4a708e79",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 564990,
            "upload_time": "2024-02-16T22:27:45",
            "upload_time_iso_8601": "2024-02-16T22:27:45.293043Z",
            "url": "https://files.pythonhosted.org/packages/f1/d4/13e7d5c2d98a4227d9d495c8c19bf723ce51c0b246168dafb8c8829f10fe/biosimulators_utils-0.1.187-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30adee39cf81dafe85af8263eb7dfb6a8a08144ba786edf9516d17a897806cb2",
                "md5": "75fd25f1822488f748df38b6cde8ae75",
                "sha256": "dca1ae07d5c06673dc5271e44c6d1b1335f81fb8b3bb27a6fc77616d5c61f33a"
            },
            "downloads": -1,
            "filename": "biosimulators_utils-0.1.187.tar.gz",
            "has_sig": false,
            "md5_digest": "75fd25f1822488f748df38b6cde8ae75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 521258,
            "upload_time": "2024-02-16T22:27:49",
            "upload_time_iso_8601": "2024-02-16T22:27:49.010369Z",
            "url": "https://files.pythonhosted.org/packages/30/ad/ee39cf81dafe85af8263eb7dfb6a8a08144ba786edf9516d17a897806cb2/biosimulators_utils-0.1.187.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 22:27:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "biosimulators",
    "github_project": "Biosimulators_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "biosimulators-utils"
}
        
Elapsed time: 0.19531s