GitHub Repository: https://github.com/rnakato/docker_database
3.4K
Docker image to download reference data and make index files. This is the base image for Churros and RumBall.
Ubuntu 22.04
GPU mode (cuda:11.8.0-cudnn8-runtime)
Perl 5.36.0 (with plenv)
Python 3.10 (with Miniconda)
R 4.x
SAMtools 1.19.2
SRAtoolkit 3.0.10
BEDtools 2.31.0
OpenBLAS 0.3.24
user:password
DockerHub:
2024.02
sudo2024.01
2023.12
2023.11
2023.10
2023.06
2022.09
Ensembl106
This image is based on Ensembl version 106
Run normal image:
docker run -it --rm rnakato/database /bin/bash
Run with GPU:
docker run -it --rm --gpus all rnakato/database_gpu /bin/bash
The default user is ubuntu. Add -u root if you want to login as root:
docker run -it --rm --gpus all -u root rnakato/database_gpu /bin/bash
# normal
docker build -t youracount/database --target normal .
# with GPU
docker build -t youracount/database_gpu --target gpu .
Content type
Image
Digest
sha256:69e4421fa…
Size
7.8 GB
Last updated
2 days ago
docker pull rnakato/database