diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 88787a7f0d0fba2b92a30c81cac5f392d4e1bfea..a6f5fba4f7f6600733c0accce8d853fefb1fce63 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -16,17 +16,20 @@ process { executor = 'local' } withName:trimData { - queue = '128GB,256GB,256GBv1' + queue = 'super' } withName:alignData { queue = '256GB,256GBv1' } withName: dedupData { - queue = '128GB,256GB,256GBv1' + queue = 'super' } withName: fastqc { queue = 'super' } + withName: makeBigWig { + queue = 'super' + } } singularity {