mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Changed process label to Medium for GATK4/MarkDuplicates
This commit is contained in:
parent
af017b32a5
commit
e0dccbb5dd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
process GATK4_MARKDUPLICATES {
|
||||
tag "$meta.id"
|
||||
label 'process_low'
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::gatk4=4.2.5.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
Loading…
Reference in a new issue