Skip to content

Commit 5ebe93b

Browse files
committed
bump fastqc memory
1 parent b78c96f commit 5ebe93b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conf/test_full.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ params {
3636
}
3737

3838
process {
39+
withName: fastqc {
40+
memory = { check_max(16.GB * task.attempt, 'memory') }
41+
}
3942
withName: adapter_removal {
4043
cpus = { check_max(8, 'cpus') }
4144
memory = { check_max(16.GB * task.attempt, 'memory') }

0 commit comments

Comments
 (0)