Skip to content

Commit

Permalink
replaced old MultiQC containers with nf-core/ubuntu:20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
harper357 committed Aug 16, 2024
1 parent 171ea0d commit 5851a1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions modules/local/adjust_maxbin2_ext.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ process ADJUST_MAXBIN2_EXT {
tag "${meta.assembler}-${meta.id}"
label 'process_low'

// Using container from multiqc since it'll be included anyway
conda "bioconda::multiqc=1.12"
conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.12--pyhdfd78af_0' :
'biocontainers/multiqc:1.12--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'nf-core/ubuntu:20.04' }"

input:
tuple val(meta), path(bins)
Expand Down
7 changes: 3 additions & 4 deletions modules/local/rename_postdastool.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ process RENAME_POSTDASTOOL {
tag "${meta.assembler}-${meta.id}"
label 'process_low'

// Using container from multiqc since it'll be included anyway
conda "bioconda::multiqc=1.12"
conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.12--pyhdfd78af_0' :
'biocontainers/multiqc:1.12--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'nf-core/ubuntu:20.04' }"

input:
tuple val(meta), path(bins)
Expand Down
7 changes: 3 additions & 4 deletions modules/local/rename_predastool.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ process RENAME_PREDASTOOL {
tag "${meta.assembler}-${meta.binner}-${meta.id}"
label 'process_low'

// Using container from multiqc since it'll be included anyway
conda "bioconda::multiqc=1.12"
conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.12--pyhdfd78af_0' :
'biocontainers/multiqc:1.12--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'nf-core/ubuntu:20.04' }"

input:
tuple val(meta), path(bins)
Expand Down

0 comments on commit 5851a1d

Please sign in to comment.