//Profile config names for nf-core/configs params { config_profile_name = 'BINAC' config_profile_description = 'BINAC cluster profile provided by nf-core/configs.' config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC' } singularity { enabled = true } process { beforeScript = 'module load devel/singularity/3.0.1' executor = 'pbs' queue = 'short' } params { igenomesIgnore = true max_memory = 128.GB max_cpus = 28 max_time = 48.h }