Skip to content

Commit

Permalink
fix slurm queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
martin authored and martin committed Aug 20, 2023
1 parent 5c6044f commit 0124694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ profiles {
slurm {
executor {
name = "slurm"
queueSize = params.setup ? 1 : 100
queueSize = 100
// exitReadTimeout = "360 sec"
// submitRateLimit = '1 / 2 s'
// pollInterval = '30 sec'
Expand Down

0 comments on commit 0124694

Please sign in to comment.