diff --git a/conf/dev.config b/conf/dev.config index 85c3e383..076e14c7 100644 --- a/conf/dev.config +++ b/conf/dev.config @@ -19,6 +19,6 @@ params { process { withLabel: openms { conda = "bioconda::openms-thirdparty=3.2.0" // The conda package is not the nightly version - container = {"${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'ghcr.io/openms/openms-tools-thirdparty-sif:latest' : 'ghcr.io/openms/openms-tools-thirdparty:latest' }"} + container = {"${ ( workflow.containerEngine == 'singularity' || workflow.containerEngine == 'apptainer' ) && !task.ext.singularity_pull_docker_container ? 'oras://ghcr.io/openms/openms-tools-thirdparty-sif:latest' : 'ghcr.io/openms/openms-tools-thirdparty:latest' }"} } }