Skip to content

Commit

Permalink
Clean setonix conf, add max params
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgina Samaha committed Oct 15, 2023
1 parent 06115d0 commit deac840
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/pawsey_setonix.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ params {
config_profile_description = 'Pawsey Setonix HPC profile provided by nf-core/configs'
config_profile_contact = 'Sarah Beecroft (@SarahBeecroft), Georgie Samaha (@georgiesamaha)'
config_profile_url = 'https://support.pawsey.org.au/documentation/display/US/Setonix+User+Guide'
max_cpus = 64
max_memory = 230.Gb
}

// Enable use of Singularity to run containers
Expand All @@ -25,5 +27,5 @@ process {
module = 'singularity/3.11.4-slurm'
cache = 'lenient'
stageInMode = 'symlink'
queue = { task.memory < 238.GB ? 'work' : (task.memory > 230.GB && task.memory <= 980.GB ? 'highmem' : '') }
queue = { task.memory < 230.GB ? 'work' : (task.memory > 230.GB && task.memory <= 980.GB ? 'highmem' : '') }
}

0 comments on commit deac840

Please sign in to comment.