1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/cfc.config
2019-11-28 12:49:02 +01:00

28 lines
630 B
Text

//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'
}
process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'slurm'
}
weblog{
enabled = true
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
}
params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 498.GB
max_cpus = 20
max_time = 140.h
}