fix: update to gatk4.2.0.0 (#577)

This commit is contained in:
Maxime U. Garcia 2021-07-16 11:22:01 +02:00 committed by GitHub
parent bee23ba899
commit 9fb21e1a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ process GATK4_REVERTSAM {
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::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: