Update dsh-bio to 2.0.5 (#628)

This commit is contained in:
Michael L Heuer 2021-07-27 09:32:18 -05:00 committed by GitHub
parent c41c9487e9
commit e1951d54be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -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.4" : null)
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.4--hdfd78af_0"
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
} else {
container "quay.io/biocontainers/dsh-bio:2.0.4--hdfd78af_0"
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
}
input:

View file

@ -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.4" : null)
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.4--hdfd78af_0"
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
} else {
container "quay.io/biocontainers/dsh-bio:2.0.4--hdfd78af_0"
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
}
input:

View file

@ -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.4" : null)
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.4--hdfd78af_0"
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
} else {
container "quay.io/biocontainers/dsh-bio:2.0.4--hdfd78af_0"
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
}
input:

View file

@ -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.4" : null)
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.5" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.4--hdfd78af_0"
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.5--hdfd78af_0"
} else {
container "quay.io/biocontainers/dsh-bio:2.0.4--hdfd78af_0"
container "quay.io/biocontainers/dsh-bio:2.0.5--hdfd78af_0"
}
input: