Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shinyngs modules #3323

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/app/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/staticdifferential/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/staticexploratory/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/validatefomcomponents/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down