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

Commit 804f3ad

Browse files
committed
cleanup config
1 parent 27f5cf9 commit 804f3ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

conf/munin.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ process {
6868
memory = {2 * params.singleCPUMem}
6969
}
7070
withName:MergeBams {
71-
cpus = 16
71+
cpus = 8
7272
memory = {params.totalMemory}
7373
}
7474
withName:RecalibrateBam {
@@ -98,7 +98,6 @@ process {
9898
errorStrategy = {task.exitStatus == 143 ? 'retry' : 'ignore'}
9999
}
100100
withName:RunFreeBayes {
101-
cpus = 1
102101
memory = {params.singleCPUMem * task.attempt}
103102
}
104103
withName:RunHaplotypecaller {
@@ -114,7 +113,6 @@ process {
114113
withName:RunMultiQC {
115114
}
116115
withName:RunMutect2 {
117-
cpus = 1
118116
memory = {params.singleCPUMem * task.attempt}
119117
}
120118
withName:RunSamtoolsStats {
@@ -128,7 +126,6 @@ process {
128126
memory = {params.totalMemory}
129127
}
130128
withName:RunSnpeff {
131-
cpus = 1
132129
errorStrategy = {task.exitStatus == 143 ? 'retry' : 'ignore'}
133130
memory = {params.singleCPUMem * task.attempt}
134131
}

0 commit comments

Comments
 (0)