1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Update computerome.config

This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-13 14:26:10 +02:00 committed by GitHub
parent 275288632d
commit 86e21b378a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,7 @@ 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
schema_ignore_params = "project" schema_ignore_params = "project,genomes,cache_dir,modules"
cache_dir = { "/home/projects/$params.project/scratch" }
//Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this //Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this
max_memory = 1500.GB max_memory = 1500.GB
@ -14,6 +13,7 @@ params {
//There is no max walltime on the cluster, but a week seems sensible if not directly specified //There is no max walltime on the cluster, but a week seems sensible if not directly specified
max_time = 168.h max_time = 168.h
} }
params.cache_dir = { "/home/projects/$params.project/scratch" }
singularity { singularity {
enabled = true enabled = true