mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update dsh-bio to 2.0.6. (#1075)
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
bc8899f1bf
commit
b50f4e3d59
5 changed files with 15 additions and 15 deletions
|
@ -11,11 +11,11 @@ process DSHBIO_EXPORTSEGMENTS {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.6" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.6--hdfd78af_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.6--hdfd78af_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
|
@ -11,11 +11,11 @@ process DSHBIO_FILTERBED {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.6" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.6--hdfd78af_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.6--hdfd78af_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
|
@ -11,11 +11,11 @@ process DSHBIO_FILTERGFF3 {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.6" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.6--hdfd78af_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.6--hdfd78af_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
|
@ -11,11 +11,11 @@ process DSHBIO_SPLITBED {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.6" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.6--hdfd78af_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.6--hdfd78af_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
|
@ -11,11 +11,11 @@ process DSHBIO_SPLITGFF3 {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
|
||||
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.6" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.6--hdfd78af_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
|
||||
container "quay.io/biocontainers/dsh-bio:2.0.6--hdfd78af_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue