Skip to content

Commit f69a322

Browse files
committed
add generate_md5sums to config
1 parent 043d191 commit f69a322

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ process {
2525
cpus = { 1 * task.attempt }
2626
memory = { 2.GB * task.attempt }
2727
}
28+
withName:GENERATE_MD5SUMS {
29+
cpus = { 1 * task.attempt }
30+
memory = { 8.GB * task.attempt }
31+
}
2832
withName:GENEBODY_COVERAGE {
2933
cpus = { 2 * task.attempt }
3034
memory = { 2.GB * task.attempt }

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ process {
2626
cpus = { 1 * task.attempt }
2727
memory = { 2.GB * task.attempt }
2828
}
29+
withName:GENERATE_MD5SUMS {
30+
cpus = { 1 * task.attempt }
31+
memory = { 8.GB * task.attempt }
32+
}
2933
withName:GENEBODY_COVERAGE {
3034
cpus = { 2 * task.attempt }
3135
memory = { 2.GB * task.attempt }

0 commit comments

Comments
 (0)