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 09b19b2 commit 9f2647f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ conda { createTimeout = "120 min" }
// Load test_data.config containing paths to test data
includeConfig 'test_data.config'

process FASTQC {
cpus 4 // Reduce this from 6 to 4 or less

// ... rest of the process definition
}

manifest {
nextflowVersion = '!>=24.10.1'
}

0 comments on commit 9f2647f

Please sign in to comment.