Skip to content

lrgr/explosig

Repository files navigation

Build Status

ExploSig

interactive exploration of mutation signatures in human cancer

Hosted: https://explosig.lrgr.io

Docker Setup

We recommend using the docker configuration at explosig-docker to run ExploSig and ExploSig Server locally.

Build for production

yarn build && docker build -f prod.Dockerfile -t lrgr/explosig .

Build for development

docker build -f dev.Dockerfile -t lrgr/explosig-dev .

Develop

After building the containers, run them with explosig-docker, then open http://localhost:8000.

Related tools