mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
fix: update to gatk4.2.0.0 (#579)
This commit is contained in:
parent
e7be649029
commit
c8877835c2
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ process GATK4_CREATESEQUENCEDICTIONARY {
|
||||||
mode: params.publish_dir_mode,
|
mode: params.publish_dir_mode,
|
||||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:[:], publish_by_meta:[]) }
|
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:[:], publish_by_meta:[]) }
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::gatk4=4.1.9.0" : null)
|
conda (params.enable_conda ? "bioconda::gatk4=4.2.0.0" : null)
|
||||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||||
container "https://depot.galaxyproject.org/singularity/gatk4:4.1.9.0--py39_0"
|
container "https://depot.galaxyproject.org/singularity/gatk4:4.2.0.0--0"
|
||||||
} else {
|
} else {
|
||||||
container "quay.io/biocontainers/gatk4:4.1.9.0--py39_0"
|
container "quay.io/biocontainers/gatk4:4.2.0.0--0"
|
||||||
}
|
}
|
||||||
|
|
||||||
input:
|
input:
|
||||||
|
|
Loading…
Reference in a new issue