3. Documentation

Documentation for the command-line program is available inline.

3.1. Local installation

Run the following command to obtain the help:

biomodels-qc --help

3.2. 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