1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

Update computerome.config

Adding genomes and modules back into schema_ingore_params to avoid warnings about unexpected parameters.
This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-15 19:54:51 +02:00 committed by GitHub
parent 09c63120a6
commit a55c3c04eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ params {
config_profile_url = 'https://www.computerome.dk/' config_profile_url = 'https://www.computerome.dk/'
project = null project = null
cache_dir = "/home/projects/$params.project/scratch" cache_dir = "/home/projects/$params.project/scratch"
schema_ignore_params = "project,cache_dir" schema_ignore_params = "project,cache_dir,genomes,modules"
//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