fix: update to gatk4.2.0.0 (#579)

This commit is contained in:
Maxime U. Garcia 2021-07-16 11:24:29 +02:00 committed by GitHub
parent e7be649029
commit c8877835c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ process GATK4_CREATESEQUENCEDICTIONARY {
mode: params.publish_dir_mode,
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) {
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 {
container "quay.io/biocontainers/gatk4:4.1.9.0--py39_0"
container "quay.io/biocontainers/gatk4:4.2.0.0--0"
}
input: