2019-01-04 13:55:22 +00:00
|
|
|
//Profile config names for nf-core/configs
|
|
|
|
params {
|
2019-01-07 13:25:06 +00:00
|
|
|
config_profile_description = 'BINAC cluster profile provided by nf-core/configs.'
|
2019-01-04 13:55:22 +00:00
|
|
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
|
|
config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC'
|
|
|
|
}
|
2019-03-12 17:48:29 +00:00
|
|
|
|
2018-11-23 15:56:34 +00:00
|
|
|
singularity {
|
2018-11-26 22:47:36 +00:00
|
|
|
enabled = true
|
2018-11-23 15:56:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
2019-05-28 13:25:10 +00:00
|
|
|
beforeScript = 'module load devel/singularity/3.0.3'
|
2018-11-26 22:47:36 +00:00
|
|
|
executor = 'pbs'
|
|
|
|
queue = 'short'
|
2018-11-23 15:56:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
params {
|
2019-03-12 13:58:41 +00:00
|
|
|
igenomes_base = '/nfsmounts/igenomes'
|
2018-11-23 15:56:34 +00:00
|
|
|
max_memory = 128.GB
|
|
|
|
max_cpus = 28
|
|
|
|
max_time = 48.h
|
|
|
|
}
|
2019-10-08 12:19:42 +00:00
|
|
|
|
|
|
|
weblog{
|
|
|
|
enabled = true
|
2019-10-10 10:56:39 +00:00
|
|
|
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
|
2019-10-08 12:19:42 +00:00
|
|
|
}
|