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 = 'BINAC cluster profile provided by nf-core/configs.'
|
2019-01-04 08:55:22 -05:00
|
|
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
|
|
config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC'
|
|
|
|
}
|
2019-03-12 13:48:29 -04:00
|
|
|
|
2018-11-23 10:56:34 -05:00
|
|
|
singularity {
|
2018-11-26 17:47:36 -05:00
|
|
|
enabled = true
|
2018-11-23 10:56:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
2018-11-26 17:47:36 -05:00
|
|
|
beforeScript = 'module load devel/singularity/3.0.1'
|
|
|
|
executor = 'pbs'
|
|
|
|
queue = 'short'
|
2018-11-23 10:56:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
params {
|
2019-03-12 09:58:41 -04:00
|
|
|
igenomes_base = '/nfsmounts/igenomes'
|
2018-11-23 10:56:34 -05:00
|
|
|
max_memory = 128.GB
|
|
|
|
max_cpus = 28
|
|
|
|
max_time = 48.h
|
|
|
|
}
|