Skip to content

Commit

Permalink
fix openms singularity url in dev.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer authored Nov 24, 2024
1 parent b7c9b6a commit 801181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/dev.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ params {
process {
withLabel: openms {
conda = "openms::openms-thirdparty=3.2.0"
container = {"${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'ghcr.io/openms/openms-executables-sif:latest' : 'ghcr.io/openms/openms-executables: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' }"}
}
}

0 comments on commit 801181a

Please sign in to comment.