mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update dsh-bio to version 2.0.8. (#1483)
This commit is contained in:
parent
d4160c669b
commit
8dc680d3b3
5 changed files with 15 additions and 15 deletions
|
@ -2,10 +2,10 @@ process DSHBIO_EXPORTSEGMENTS {
|
|||
tag "${meta.id}"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.7" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.7--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.7--hdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(gfa)
|
||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_FILTERBED {
|
|||
tag "${meta.id}"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.7" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.7--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.7--hdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bed)
|
||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_FILTERGFF3 {
|
|||
tag "${meta.id}"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.7" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.7--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.7--hdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(gff3)
|
||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_SPLITBED {
|
|||
tag "${meta.id}"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.7" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.7--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.7--hdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bed)
|
||||
|
|
|
@ -2,10 +2,10 @@ process DSHBIO_SPLITGFF3 {
|
|||
tag "${meta.id}"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.7" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.8" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.7--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.7--hdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/dsh-bio:2.0.8--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dsh-bio:2.0.8--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(gff3)
|
||||
|
|
Loading…
Reference in a new issue