Skip to content

Commit e2157a2

Browse files
committed
add nomad config
1 parent d14ab32 commit e2157a2

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

conf/nomad.config

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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" }

0 commit comments

Comments
 (0)