2019-01-04 08:55:22 -05:00
|
|
|
//Profile config names for nf-core/configs
|
|
|
|
params {
|
2019-01-07 08:25:06 -05:00
|
|
|
config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.'
|
2019-01-04 08:55:22 -05:00
|
|
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
|
|
config_profile_url = 'http://qbic.uni-tuebingen.de/'
|
|
|
|
}
|
2018-11-23 10:56:34 -05:00
|
|
|
|
|
|
|
singularity {
|
2018-11-26 11:32:06 -05:00
|
|
|
enabled = true
|
2019-10-08 07:20:58 -04:00
|
|
|
cacheDir = '/nfsmounts/container'
|
2018-11-23 10:56:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
2019-11-08 04:06:23 -05:00
|
|
|
beforeScript = 'module load devel/singularity/3.4.2'
|
2018-11-26 11:32:06 -05:00
|
|
|
executor = 'slurm'
|
2018-11-23 10:56:34 -05:00
|
|
|
}
|
|
|
|
|
2019-07-03 03:21:16 -04:00
|
|
|
weblog{
|
|
|
|
enabled = true
|
2019-10-10 06:56:39 -04:00
|
|
|
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
|
2019-07-03 03:21:16 -04:00
|
|
|
}
|
|
|
|
|
2018-11-23 10:56:34 -05:00
|
|
|
params {
|
2019-03-12 09:58:41 -04:00
|
|
|
igenomes_base = '/nfsmounts/igenomes'
|
2019-11-28 06:49:02 -05:00
|
|
|
max_memory = 498.GB
|
2019-02-19 11:03:53 -05:00
|
|
|
max_cpus = 20
|
2018-11-23 10:56:34 -05:00
|
|
|
max_time = 140.h
|
|
|
|
}
|