Conda not suported

This commit is contained in:
Rike 2022-05-18 14:26:21 +02:00
parent 05837a011d
commit 10840a0562

View file

@ -2,7 +2,10 @@ process GATK4_CNNSCOREVARIANTS {
tag "$meta.id"
label 'process_low'
conda (params.enable_conda ? "bioconda::gatk4=4.2.6.1" : null)
//Conda is not supported at the moment: https://github.com/broadinstitute/gatk/issues/7811
if (params.enable_conda) {
exit 1, "Conda environments cannot be used for GATK4/CNNScoreVariants at the moment. Please use docker or singularity containers."
}
container 'broadinstitute/gatk:4.2.6.1' //Biocontainers is missing a package
input: