-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello,
I am trying to run the Docker image provided for CADD1.7 using Singularity on a HPC:
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
Labels
No labels