Skip to content

ahmedmoustafa/bioinformatics-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bioinformatics Toolbox

Bioinformatics Toolbox

bioinformatics-toolbox is a Docker container for common bioinformatics and genomics related tools.

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

Installation

Option 1: Pulling from GitHub Registry (Recommended)

The built image can be downloaded as follows:

sudo docker run -it ghcr.io/ahmedmoustafa/bioinformatics-tools /bin/bash

Option 2: Building from the Dockerfile

git clone https://github.com/ahmedmoustafa/bioinformatics-toolbox.git

cd bioinformatics-toolbox/

sudo docker build -t bioinformatics-toolbox .

sudo docker run -it bioinformatics-toolbox

Notes

  • The size of the image is about 30 GB.
  • Building the image (option #2) from the Dockerfile takes about six hours on a Google Cloud machine type e2-medium in zone us-west2-a.

Citation

If you use bioinformatics-toolbox in your work, please cite DOI 10.5281/zenodo.4936052