Skip to content

Commit 4a6ef36

Browse files
committed
increase genebody coverage mem
1 parent 17b6f27 commit 4a6ef36

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf/local.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ process {
5050
memory = { 16.GB * task.attempt }
5151
}
5252
withName:INFER_EXPERIMENT {
53-
// To do: test 2, 1-2gb, consider qualimap alternatives for rseqc processes
5453
cpus = { 2 * task.attempt }
5554
memory = { 2.GB * task.attempt }
5655
}
5756
withName:GENEBODY_COVERAGE {
58-
// To do: test 2, 1-2gb
57+
// To do: compare duration
5958
cpus = { 2 * task.attempt }
60-
memory = { 2.GB * task.attempt }
59+
memory = { 4.GB * task.attempt }
6160
}
6261
withName:INNER_DISTANCE {
6362
// To do: test mem >2

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf/slurm.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ process {
5151
memory = { 16.GB * task.attempt }
5252
}
5353
withName:INFER_EXPERIMENT {
54-
// To do: test 2, 1-2gb, consider qualimap alternatives for rseqc processes
5554
cpus = { 2 * task.attempt }
5655
memory = { 2.GB * task.attempt }
5756
}
5857
withName:GENEBODY_COVERAGE {
59-
// To do: test 2, 1-2gb
58+
// To do: compare duration
6059
cpus = { 2 * task.attempt }
61-
memory = { 2.GB * task.attempt }
60+
memory = { 4.GB * task.attempt }
6261
}
6362
withName:INNER_DISTANCE {
6463
// To do: test mem >2

0 commit comments

Comments
 (0)