Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 1bd8727

Browse files
committed
Reduce ConcatVCF resources to sane levels
ConcatVCF does not need much memory and giving it more than 8 cores does not make it faster.
1 parent f79642e commit 1bd8727

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

configuration/uppmax-localhost.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ process {
5757
// These processes are defined in main.nf
5858

5959
$ConcatVCF {
60-
cpus = 16
61-
memory = {params.totalMemory}
60+
cpus = 8
6261
}
6362
$CreateRecalibrationTable {
6463
cpus = 16

0 commit comments

Comments
 (0)