File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ process {
25
25
cpus = { 1 * task.attempt }
26
26
memory = { 2.GB * task.attempt }
27
27
}
28
+ withName:GENERATE_MD5SUMS {
29
+ cpus = { 1 * task.attempt }
30
+ memory = { 8.GB * task.attempt }
31
+ }
28
32
withName:GENEBODY_COVERAGE {
29
33
cpus = { 2 * task.attempt }
30
34
memory = { 2.GB * task.attempt }
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ process {
26
26
cpus = { 1 * task.attempt }
27
27
memory = { 2.GB * task.attempt }
28
28
}
29
+ withName:GENERATE_MD5SUMS {
30
+ cpus = { 1 * task.attempt }
31
+ memory = { 8.GB * task.attempt }
32
+ }
29
33
withName:GENEBODY_COVERAGE {
30
34
cpus = { 2 * task.attempt }
31
35
memory = { 2.GB * task.attempt }
You can’t perform that action at this time.
0 commit comments