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

29 lines
630 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
2019-01-07 13:25:06 +00:00
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 {
2018-11-26 16:32:06 +00:00
enabled = true
2019-10-08 11:20:58 +00:00
cacheDir = '/nfsmounts/container'
}
process {
2019-11-08 09:06:23 +00:00
beforeScript = 'module load devel/singularity/3.4.2'
2018-11-26 16:32:06 +00:00
executor = 'slurm'
}
weblog{
enabled = true
2019-10-10 10:56:39 +00:00
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
}
params {
igenomes_base = '/nfsmounts/igenomes'
2019-11-28 11:49:02 +00:00
max_memory = 498.GB
2019-02-19 16:03:53 +00:00
max_cpus = 20
max_time = 140.h
}