mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Update computerome.config
This commit is contained in:
parent
f46172c25b
commit
a0ba05fd99
1 changed files with 4 additions and 6 deletions
|
@ -4,6 +4,10 @@ params {
|
||||||
config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)'
|
config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)'
|
||||||
config_profile_url = 'https://www.computerome.dk/'
|
config_profile_url = 'https://www.computerome.dk/'
|
||||||
project = null
|
project = null
|
||||||
|
|
||||||
|
max_memory = 1500.GB
|
||||||
|
max_cpus = 40
|
||||||
|
max_time = 168.h
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
|
@ -17,9 +21,3 @@ process {
|
||||||
executor = 'pbs'
|
executor = 'pbs'
|
||||||
clusterOptions = { "-A $params.project -W group_list=$params.project" }
|
clusterOptions = { "-A $params.project -W group_list=$params.project" }
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
|
||||||
max_memory = 1500.GB
|
|
||||||
max_cpus = 40
|
|
||||||
max_time = 168.h
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue