//Profile config names for nf-core/configs params { config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.' config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_url = 'http://qbic.uni-tuebingen.de/' } singularity { enabled = true cacheDir = "/nfsmounts/container/nf-core/${workflow.manifest.name}/v${workflow.manifest.version}/" } process { beforeScript = 'module load qbic/singularity_slurm/3.0.3' executor = 'slurm' } weblog{ enabled = true url = 'http://services.qbic.uni-tuebingen.de:8080/workflowservice/workflows' } params { igenomes_base = '/nfsmounts/igenomes' max_memory = 60.GB max_cpus = 20 max_time = 140.h }