Skip to content

Commit

Permalink
add nomad config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthdsm committed May 30, 2023
1 parent d14ab32 commit e2157a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions conf/nomad.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

conda.enabled = false
docker.enabled = false
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false

params {
config_profile_description = 'CMGG Nomad job config'
config_profile_contact = '@matthdsm'
max_memory = 64.GB
max_cpus = 8
max_time = 72.h
}

executor {
name = 'local'
cpus = 36
memory = 288.GB
}

report {
overwrite = true
}
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ profiles {
executor.memory = 60.GB
}
cmgg { includeConfig "conf/cmgg.config" }
nomad { includeConfig "conf/nomad.config" }
"coPGT-M" { includeConfig "conf/coPGT-M.config" }
SeqCap { includeConfig "conf/SeqCap.config" }
WES { includeConfig "conf/WES.config" }
Expand Down

0 comments on commit e2157a2

Please sign in to comment.