This repository contains a docker image to use CMG-Biotools.
Inside huginn, you can just run the following command:
conda activate snakemake
singularity shell /software/singularities/cmg_biotools.sif
First, pull the image (more information in https://github.com/AU-ENVS-Bioinformatics/cmg-biotools/pkgs/container/cmg-biotools)
docker pull ghcr.io/au-envs-bioinformatics/cmg-biotools:latest
Then, run the image (interactive mode):
docker run -it ghcr.io/au-envs-bioinformatics/cmg-biotools:latest
Or bind your current directory, for example:
docker run --user $UID:$GID -v $(pwd):/root -it ghcr.io/au-envs-bioinformatics/cmg-biotools:latest
To build the docker image, run the following command:
docker build -t cmg_biotools .
To run the docker image, run the following command:
docker run -it cmg_biotools