Skip to content

CADD docker image on Singularity #84

@e-271

Description

@e-271

Hello,

I am trying to run the Docker image provided for CADD1.7 using Singularity on a HPC:

https://hub.docker.com/layers/visze/cadd-scripts-v1_7/0.1.1/images/sha256-5774cde9ab918c0726ab0cf443b25789b0d8bea2deb1173772ba6e2707528a2c

However it doesn't seem to have CADD or the required dependencies installed when I run the image.

I am running the following:

singularity pull docker://visze/cadd-scripts-v1_7:0.1.1
singularity shell cadd-scripts-v1_7_0.1.1.sif
git clone https://github.com/kircherlab/CADD-scripts
./CADD-scripts/CADD.sh -a CADD-scripts/test/input.vcf

And I get this error, it seems Snakemake is not installed (and I also don't find an executable command for CADD without cloning the repository):

Singularity> ./CADD-scripts/CADD.sh -a CADD-scripts/test/input.vcf
CADD-v1.7 (c) University of Washington, Hudson-Alpha Institute for Biotechnology and Berlin Institute of Health at Charite - Universitatsmedizin Berlin 2013-2024. All rights reserved.
Running snakemake pipeline:
snakemake /tmp/tmp.fcGgOPNCkn/input.tsv.gz --sdm conda apptainer --apptainer-prefix /home/erobb/CADD-scripts/CADD-scripts/envs/apptainer --singularity-args "--bind /tmp/tmp.fcGgOPNCkn " --conda-prefix /home/erobb/CADD-scripts/CADD-scripts/envs/conda --cores 1 --configfile /home/erobb/CADD-scripts/CADD-scripts/config/config_GRCh38_v1.7.yml --snakefile /home/erobb/CADD-scripts/CADD-scripts/Snakefile -q
./CADD-scripts/CADD.sh: line 155: snakemake: command not found

Is Singularity not supported for the Docker image? Or do I need to do some additional setup?
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions