File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ conda.enabled = false
3+ docker.enabled = false
4+ singularity.enabled = false
5+ podman.enabled = false
6+ shifter.enabled = false
7+ charliecloud.enabled = false
8+
9+ params {
10+ config_profile_description = 'CMGG Nomad job config'
11+ config_profile_contact = '@matthdsm'
12+ max_memory = 64.GB
13+ max_cpus = 8
14+ max_time = 72.h
15+ }
16+
17+ executor {
18+ name = 'local'
19+ cpus = 36
20+ memory = 288.GB
21+ }
22+
23+ report {
24+ overwrite = true
25+ }
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ profiles {
163163 executor. memory = 60. GB
164164 }
165165 cmgg { includeConfig " conf/cmgg.config" }
166+ nomad { includeConfig " conf/nomad.config" }
166167 " coPGT-M" { includeConfig " conf/coPGT-M.config" }
167168 SeqCap { includeConfig " conf/SeqCap.config" }
168169 WES { includeConfig " conf/WES.config" }
You can’t perform that action at this time.
0 commit comments