https://github.com/biosimulations/biomodels-qc
Quality control tool for the BioModels repository of biochemical models
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
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords
Repository
Quality control tool for the BioModels repository of biochemical models
Basic Info
- Host: GitHub
- Owner: biosimulations
- License: mit
- Language: Python
- Default Branch: dev
- Homepage: https://biosimulations.github.io/biomodels-qc
- Size: 17.9 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
- Releases: 1
Topics
Metadata Files
README.md
BioModels-QC
Command-line application for quality controlling entries in the BioModels database and converting the primary files for entries in the database into additional formats such as BioPAX, MATLAB/Octave, and XPP.
The application can be installed locally or executed as a Docker image.
This application is intended to be used in conjuction with the best practices recommended here.
Local installation
Requirements
- Python 3.9.0+
- pip >= 19.3
- Systems Biology Format Converter
- Octave
- Mac OS installer
- Ubuntu:
apt-get install octave - Windows installer
- Scilab
- Mac OS installer
- Ubuntu:
apt-get install scilab - Windows installer
- SVGLint
- XPP
- Mac OS instructions
- Ubuntu:
apt-get install xppaut - Windows instructions
After installing the packages above, the following must be added to your system path:
* sbfConverter.sh (Linux/Mac OS) or sbfConverter.bat (Windows)
* svglint
* xppaut
Installation
Run the following command to install the package.
pip install biomodels-qc
Docker image
Run the following command to pull the Docker image
docker pull ghcr.io/biosimulations/biomodels_qc
Tutorial
Convert the files for an entry to additional formats
Run the following command to convert the files for an entry to additional formats such as BioPAX, MATLAB/Octave, and XPP.
ENTRY_DIR=/path/to/directory-for-entry
biomodels-qc convert "$ENTRY_DIR"
Validate an entry
Run the following command to validate an entry of the BioModels database:
ENTRY_DIR=/path/to/directory-for-entry
biomodels-qc validate "$ENTRY_DIR"
Using the Docker image
Run the following commands to use the BioModels-QC Docker image to execute the same conversion and validation operations.
Convert the files for an entry to additional formats
ENTRY_DIR=/path/to/directory-for-entry\
docker run \
--mount type=bind,source="$ENTRY_DIR",target=/biomodels-entry \
--interactive \
--tty \
--rm \
ghcr.io/biosimulations/biomodels_qc \
convert \
/biomodels-entry
Validate an entry
ENTRY_DIR=/path/to/directory-for-entry
CONTAINER_TEMP_DIR=$(mktemp --directory)
docker run \
--mount type=bind,source="$ENTRY_DIR",target=/biomodels-entry \
--volume /var/run/docker.sock:/var/run/docker.sock \
--mount type=bind,source="$CONTAINER_TEMP_DIR",target=/tmp \
--env TEMP_DIR_HOST_PATH=$CONTAINER_TEMP_DIR \
--interactive \
--tty \
--rm \
ghcr.io/biosimulations/biomodels_qc \
validate \
/biomodels-entry
Documentation
Documentation for the command-line program is available inline.
Run the following command to obtain the help.
biomodels-qc --help
Using the Docker image
Run the following command to use the BioModels-QC Docker image to obtain the help.
docker run \
--interactive \
--tty \
--rm \
ghcr.io/biosimulations/biomodels_qc \
--help
API documentation
API documentation is available here.
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 and the Center for Reproducible Biomedical Modeling.
Contributing to BioModels-QC
We enthusiastically welcome contributions! Please see the guide to contributing and the developer's code of conduct.
Acknowledgements
This work was supported by National Institutes of Health award P41EB023912.
Questions and comments
Please contact the BioSimulations Team with any questions or comments.
Owner
- Name: BioSimulations
- Login: biosimulations
- Kind: organization
- Email: info@biosimulations.org
- Location: United States of America
- Website: https://biosimulations.org
- Twitter: Bio_Sims
- Repositories: 11
- Profile: https://github.com/biosimulations
Enabling more comprehensive and more predictive biological models through enhanced reproducibility and reusability
GitHub Events
Total
- Release event: 1
- Delete event: 4
- Issue comment event: 3
- Push event: 17
- Pull request event: 6
- Create event: 2
Last Year
- Release event: 1
- Delete event: 4
- Issue comment event: 3
- Push event: 17
- Pull request event: 6
- Create event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lucian Smith | l****h@u****u | 25 |
| Jonathan Karr | j****r@g****m | 17 |
| BioSimulations Daemon | b****n@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 1.1
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- luciansmith (1)
Pull Request Authors
- luciansmith (10)
- bilalshaikh42 (1)
- renovate[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 65 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 3
pypi.org: biomodels-qc
Utility functions to assist biomodels curation.
- Homepage: https://biosimulations.github.io/biomodels-qc/
- Documentation: https://biomodels-qc.readthedocs.io/
- License: MIT
-
Latest release: 0.0.3
published 9 months ago
Rankings
Maintainers (3)
Dependencies
- sphinx >=1.8
- sphinxprettysearchresults *
- biosimulators_utils >=0.1.171
- cement *
- kisao *
- lxml *
- nbformat *
- owlready2 *
- pypdf2 *
- python_copasi *
- python_dateutil *
- python_libsbml *
- scipy *
- termcolor *
- xmldiff *
- capturer * test
- pytest * test
- pytest_cov * test
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/create-release v1 composite
- actions/setup-java v2 composite
- actions/setup-node v2 composite
- actions/setup-python v2 composite
- ad-m/github-push-action master composite
- codecov/codecov-action v2 composite
- whoan/docker-build-with-cache-action v5 composite
- python 3.9-slim-buster build