update priority (#1334)

bumping the base resource label
This commit is contained in:
nickhsmith 2022-02-22 14:25:36 +01:00 committed by GitHub
parent 4dbc166a7c
commit 2383d43a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
process GATK4_GENOTYPEGVCFS {
tag "$meta.id"
label 'process_medium'
label 'process_high'
conda (params.enable_conda ? "bioconda::gatk4=4.2.5.0" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?