diff --git a/modules/nf-core/shinyngs/app/main.nf b/modules/nf-core/shinyngs/app/main.nf index f7fcbd66b03..9c8dafd93c4 100644 --- a/modules/nf-core/shinyngs/app/main.nf +++ b/modules/nf-core/shinyngs/app/main.nf @@ -13,10 +13,10 @@ process SHINYNGS_APP { // // Those values must then be set in your Nextflow secrets. - conda "bioconda::r-shinyngs=1.7.1" + conda "bioconda::r-shinyngs=1.7.2" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.1--r42hdfd78af_1': - 'quay.io/biocontainers/r-shinyngs:1.7.1--r42hdfd78af_1' }" + 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.2--r42hdfd78af_0': + 'quay.io/biocontainers/r-shinyngs:1.7.2--r42hdfd78af_0' }" input: tuple val(meta), path(sample), path(feature_meta), path(assay_files) // Experiment-level info diff --git a/modules/nf-core/shinyngs/staticdifferential/main.nf b/modules/nf-core/shinyngs/staticdifferential/main.nf index bef46399677..1225467e1b4 100644 --- a/modules/nf-core/shinyngs/staticdifferential/main.nf +++ b/modules/nf-core/shinyngs/staticdifferential/main.nf @@ -2,10 +2,10 @@ process SHINYNGS_STATICDIFFERENTIAL { tag "$meta.id" label 'process_single' - conda "bioconda::r-shinyngs=1.7.1" + conda "bioconda::r-shinyngs=1.7.2" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.1--r42hdfd78af_1': - 'quay.io/biocontainers/r-shinyngs:1.7.1--r42hdfd78af_1' }" + 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.2--r42hdfd78af_0': + 'quay.io/biocontainers/r-shinyngs:1.7.2--r42hdfd78af_0' }" input: tuple val(meta), path(differential_result) // Differential info: contrast and differential stats diff --git a/modules/nf-core/shinyngs/staticexploratory/main.nf b/modules/nf-core/shinyngs/staticexploratory/main.nf index c15720873a5..9b40a3380ae 100644 --- a/modules/nf-core/shinyngs/staticexploratory/main.nf +++ b/modules/nf-core/shinyngs/staticexploratory/main.nf @@ -2,10 +2,10 @@ process SHINYNGS_STATICEXPLORATORY { tag "$meta.id" label 'process_single' - conda "bioconda::r-shinyngs=1.7.1" + conda "bioconda::r-shinyngs=1.7.2" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.1--r42hdfd78af_1': - 'quay.io/biocontainers/r-shinyngs:1.7.1--r42hdfd78af_1' }" + 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.2--r42hdfd78af_0': + 'quay.io/biocontainers/r-shinyngs:1.7.2--r42hdfd78af_0' }" input: tuple val(meta), path(sample), path(feature_meta), path(assay_files) diff --git a/modules/nf-core/shinyngs/validatefomcomponents/main.nf b/modules/nf-core/shinyngs/validatefomcomponents/main.nf index 7a488b2eadf..524689ff9f7 100644 --- a/modules/nf-core/shinyngs/validatefomcomponents/main.nf +++ b/modules/nf-core/shinyngs/validatefomcomponents/main.nf @@ -2,10 +2,10 @@ process SHINYNGS_VALIDATEFOMCOMPONENTS { tag "$sample" label 'process_single' - conda "bioconda::r-shinyngs=1.7.1" + conda "bioconda::r-shinyngs=1.7.2" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.1--r42hdfd78af_1': - 'quay.io/biocontainers/r-shinyngs:1.7.1--r42hdfd78af_1' }" + 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.2--r42hdfd78af_0': + 'quay.io/biocontainers/r-shinyngs:1.7.2--r42hdfd78af_0' }" input: tuple val(meta), path(sample), path(assay_files)