Skip to content

Commit a295a14

Browse files
committed
limit fastqc cores so each one gets more memory
1 parent 5ebe93b commit a295a14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conf/test_full.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ params {
3737

3838
process {
3939
withName: fastqc {
40+
cpus = { check_max(1, 'cpus') }
4041
memory = { check_max(16.GB * task.attempt, 'memory') }
4142
}
4243
withName: adapter_removal {

0 commit comments

Comments
 (0)