Skip to content

Commit f85bcd7

Browse files
committed
Use wave container to avoid docker format version error
1 parent 688c319 commit f85bcd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/local/multiqc_custom_phantompeakqualtools.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
process MULTIQC_CUSTOM_PHANTOMPEAKQUALTOOLS {
22
tag "$meta.id"
3-
conda "conda-forge::r-base=3.5.1"
3+
conda "conda-forge::r-base=4.3.3"
44
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
5-
'https://depot.galaxyproject.org/singularity/r-base:3.5.1':
6-
'biocontainers/r-base:3.5.1' }"
5+
'oras://community.wave.seqera.io/library/r-base:4.3.3--452dec8277637366':
6+
'community.wave.seqera.io/library/r-base:4.3.3--14bb33ac537aea22' }"
77

88
input:
99
tuple val(meta), path(spp), path(rdata)

0 commit comments

Comments
 (0)