Skip to content

appliedbinf/c19r-app

Repository files navigation

covid19RiskPlanner

Lifecycle: stable

The goal of covid19RiskPlanner is to is to provide a {shiny} webui over estimates of COVID-19 risk in the US and around the world.

Installation

You can install the current version of covid19RiskPlanner from Github with:

remotes::install_github("appliedbinf/c19r-app")

Or by pulling the pre-built Docker image

docker pull appliedbioinformaticslab/c19r:latest

Example

Run the application with:

docker run -it \
    -p 80:80 \
    -e MYSQL_USERNAME="username" \
    -e MYSQL_PASSWORD="password" \
    -e MYSQL_HOST="host" \
    appliedbioinformaticslab/c19r:latest