Update dsh-bio to 2.0.3 (#276)

This commit is contained in:
Michael L Heuer 2021-03-18 08:06:56 -05:00 committed by GitHub
parent d1cb9a845f
commit 1845db4043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -11,11 +11,11 @@ process DSH_FILTERBED {
mode: params.publish_dir_mode,
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
conda (params.enable_conda ? "bioconda::dsh-bio=2.0" : null)
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.3" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0--0"
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.3--0"
} else {
container "quay.io/biocontainers/dsh-bio:2.0--0"
container "quay.io/biocontainers/dsh-bio:2.0.3--0"
}
input:

View file

@ -11,11 +11,11 @@ process DSH_SPLITBED {
mode: params.publish_dir_mode,
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
conda (params.enable_conda ? "bioconda::dsh-bio=2.0" : null)
conda (params.enable_conda ? "bioconda::dsh-bio=2.0.3" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0--0"
container "https://depot.galaxyproject.org/singularity/dsh-bio:2.0.3--0"
} else {
container "quay.io/biocontainers/dsh-bio:2.0--0"
container "quay.io/biocontainers/dsh-bio:2.0.3--0"
}
input: