Skip to content

Commit

Permalink
Merge pull request #798 from nf-core/update_hasta_conf
Browse files Browse the repository at this point in the history
Update hasta.conf
  • Loading branch information
jemten authored Nov 15, 2024
2 parents 1cca124 + 0219720 commit f441d2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf/hasta.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@ process {
cpus: 36,
time: 336.h
]
executor = 'slurm'
clusterOptions = { "-A ${params.priority} ${params.clusterOptions ?: ''}" }
}

executor {
name = 'slurm'
pollInterval = '2 min'
queueStatInterval = '5 min'
submitRateLimit = '2 sec'
}

profiles {
stub_prio {
params {
Expand Down

0 comments on commit f441d2a

Please sign in to comment.