mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
add minimal cpu,memory and time requirements
This commit is contained in:
parent
7f35a1742d
commit
053dd6ee1b
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ params {
|
|||
singularity_pull_docker_container = false
|
||||
}
|
||||
|
||||
process {
|
||||
cpus = 2
|
||||
memory = 6.GB
|
||||
time = 48.h
|
||||
}
|
||||
|
||||
if ("$PROFILE" == "singularity") {
|
||||
singularity.enabled = true
|
||||
singularity.autoMounts = true
|
||||
|
|
Loading…
Reference in a new issue