Skip to content

Commit

Permalink
Merge pull request #803 from nf-core/dardel_config_update
Browse files Browse the repository at this point in the history
Reflect changes on what jobs may run on shared partition
  • Loading branch information
pontus authored Nov 19, 2024
2 parents 2af59ff + 6e200df commit 98cfb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pdc_kth.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def clusterOptionsCreator = { mem, time, cpus ->
case "dardel":
String extra = ''

if (time < 7.d && mem <= 222.GB && cpus < 256) {
if (time < 7.d && mem <= 111.GB && cpus < 256) {
extra += ' -p shared '
}
else if (time < 1.d) {
Expand Down

0 comments on commit 98cfb9b

Please sign in to comment.