Update computerome.config

Adding genomes and modules back into schema_ingore_params to avoid warnings about unexpected parameters.
kevbrick-patch-1
Marc Trunjer Kusk Nielsen 3 years ago committed by GitHub
parent 09c63120a6
commit a55c3c04eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ params {
config_profile_url = 'https://www.computerome.dk/'
project = null
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
max_memory = 1500.GB

Loading…
Cancel
Save