https://github.com/biosimulators/biosimulators_bionetgen
BioNetGen biochemical network simulation program via BioSimulators-compliant command-line interface and Docker container
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: scholar.google -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
BioNetGen biochemical network simulation program via BioSimulators-compliant command-line interface and Docker container
Basic Info
- Host: GitHub
- Owner: biosimulators
- License: mit
- Language: Python
- Default Branch: dev
- Homepage: https://docs.biosimulators.org/Biosimulators_BioNetGen
- Size: 2.21 MB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
BioSimulators-BioNetGen
BioSimulators-compliant command-line interface and Docker image for the BioNetGen simulation program.
This command-line interface and Docker image enable users to use BioNetGen to execute COMBINE/OMEX archives that describe one or more simulation experiments (in SED-ML format) of one or more models (in BNGL format).
A list of the algorithms and algorithm parameters supported by BioNetGen is available at BioSimulators.
A simple web application and web service for using BioNetGen to execute COMBINE/OMEX archives is also available at runBioSimulations.
Installation
Install Python package
After installing BioNetGen, use pip to install this package as illustrated below.
pip install biosimulators-bionetgen
Install Docker image
docker pull ghcr.io/biosimulators/bionetgen
Usage
Local usage
``` usage: bionetgen [-h] [-d] [-q] -i ARCHIVE [-o OUT_DIR] [-v]
BioSimulators-compliant command-line interface to the BioNetGen simulation program https://bionetgen.org.
optional arguments: -h, --help show this help message and exit -d, --debug full application debug mode -q, --quiet suppress all console output -i ARCHIVE, --archive ARCHIVE Path to OMEX file which contains one or more SED-ML- encoded simulation experiments -o OUTDIR, --out-dir OUTDIR Directory to save outputs -v, --version show program's version number and exit ```
Usage through Docker container
The entrypoint to the Docker image supports the same command-line interface described above.
For example, the following command could be used to use the Docker image to execute the COMBINE/OMEX archive ./modeling-study.omex and save its outputs to ./.
docker run \
--tty \
--rm \
--mount type=bind,source="$(pwd)",target=/root/in,readonly \
--mount type=bind,source="$(pwd)",target=/root/out \
ghcr.io/biosimulators/bionetgen:latest \
-i /root/in/modeling-study.omex \
-o /root/out
Documentation
Documentation is available at https://docs.biosimulators.org/Biosimulators_BioNetGen/.
License
This package is released under the MIT license.
Development team
This package was developed by the Karr Lab at the Icahn School of Medicine at Mount Sinai, Ali Sinan Saglam in the Faeder Lab at the University of Pittsburgh, and the Center for Reproducible Biomedical Modeling with assistance from the contributors listed here.
Questions and comments
Please contact the BioSimulators Team with any questions or comments about the command-line program or Docker image. Please contact Ali Sinan Saglam with any questions or comments about BioNetGen.
Owner
- Name: BioSimulators
- Login: biosimulators
- Kind: organization
- Email: info@biosimulators.org
- Location: USA
- Website: https://biosimulators.org
- Twitter: BioSimulators
- Repositories: 20
- Profile: https://github.com/biosimulators
Enabling more comprehensive and more predictive biological models through standardized simulation tools
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 160
- Total Committers: 4
- Avg Commits per committer: 40.0
- Development Distribution Score (DDS): 0.219
Top Committers
| Name | Commits | |
|---|---|---|
| Jonathan Karr | j****r@g****m | 125 |
| biosimulatorsdaemon | b****n@g****m | 21 |
| Ali Sinan Saglam | a****m@g****m | 8 |
| Bilal Shaikh | b****2@g****m | 6 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 5
- Total pull requests: 0
- Average time to close issues: about 1 hour
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.4
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jonrkarr (4)
- TorkelE (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 327 last-month
- Total dependent packages: 0
- Total dependent repositories: 3
- Total versions: 21
- Total maintainers: 2
pypi.org: biosimulators-bionetgen
BioSimulators-compliant command-line interface to the BioNetGen simulation program <https://bionetgen.org>.
- Homepage: https://github.com/biosimulators/Biosimulators_BioNetGen
- Documentation: https://biosimulators-bionetgen.readthedocs.io/
- License: MIT
-
Latest release: 0.1.20
published almost 4 years ago