/genomics-commons

Genomics Commons

Primary LanguageJupyter NotebookCreative Commons Zero v1.0 UniversalCC0-1.0

Genomics Commons

genomics-commons is a Docker image for common genomics tools.

The list of the installed tools and packages can be found here

Installation

The built image can be downloaded as follows:

sudo docker run -it ghcr.io/ecrrm/genomics-commons /bin/bash

Option 2: Building from the Dockerfile

git clone https://github.com/ECRRM/genomics-commons.git
cd genomics-commons/
sudo docker build -t genomics-commons .
sudo docker run -it genomics-commons

Tutorial

Here is a toy example on using the docker image: Genomics Commons Docker Image: A Simple Example

Notes

  • The size of the image is about 34 GB.