1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-24 17:19:54 +00:00

Update computerome.config

This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-13 08:36:30 +02:00 committed by GitHub
parent f46172c25b
commit a0ba05fd99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ params {
config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)'
config_profile_url = 'https://www.computerome.dk/'
project = null
max_memory = 1500.GB
max_cpus = 40
max_time = 168.h
}
singularity {
@ -17,9 +21,3 @@ process {
executor = 'pbs'
clusterOptions = { "-A $params.project -W group_list=$params.project" }
}
params {
max_memory = 1500.GB
max_cpus = 40
max_time = 168.h
}