Merge pull request #1656 from praveenraj2018/process_lable_markdup

Changed process label to Medium for GATK4/MarkDuplicates
This commit is contained in:
Praveen Raj S 2022-05-16 16:02:50 +02:00 committed by GitHub
commit 673e3b3a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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