methyldackel: bump version to 0.5.2 (#305)

This commit is contained in:
Patrick Hüther 2021-03-22 17:46:28 +01:00 committed by GitHub
parent 7fe6f9fab2
commit c736022942
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 METHYLDACKEL_EXTRACT {
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::methyldackel=0.5.0" : null)
conda (params.enable_conda ? "bioconda::methyldackel=0.5.2" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/methyldackel:0.5.0--hed50d52_0"
container "https://depot.galaxyproject.org/singularity/methyldackel:0.5.2--h7435645_0"
} else {
container "quay.io/biocontainers/methyldackel:0.5.0--hed50d52_0"
container "quay.io/biocontainers/methyldackel:0.5.2--h7435645_0"
}
input:

View file

@ -11,11 +11,11 @@ process METHYLDACKEL_MBIAS {
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::methyldackel=0.5.0" : null)
conda (params.enable_conda ? "bioconda::methyldackel=0.5.2" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/methyldackel:0.5.0--hed50d52_0"
container "https://depot.galaxyproject.org/singularity/methyldackel:0.5.2--h7435645_0"
} else {
container "quay.io/biocontainers/methyldackel:0.5.0--hed50d52_0"
container "quay.io/biocontainers/methyldackel:0.5.2--h7435645_0"
}
input: