Skip to content

Commit

Permalink
updated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Nov 27, 2024
1 parent 89d3c15 commit 0035a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ includeConfig 'test_data.config'
process {
withName: 'FASTQC' {
cpus = 4 // Reduce this from 6 to 4 or less
memory = 12.GB
}
}
process {
withName: 'MULTIQC' {
cpus = 4 // Reduce this from 6 to 4 or less
memory = 12.GB
}
}

Expand Down

0 comments on commit 0035a94

Please sign in to comment.