1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-26 15:08:18 -05:00
nf-configs/conf/binac.config

30 lines
748 B
Text
Raw Normal View History

//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.'
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
singularity {
2018-11-26 17:47:36 -05:00
enabled = true
envWhitelist = 'TZ'
}
process {
2019-11-11 07:56:17 -05:00
beforeScript = 'module load devel/singularity/3.4.2'
2018-11-26 17:47:36 -05:00
executor = 'pbs'
queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time > 48.h ? 'long' : 'short'}
}
params {
igenomes_base = '/nfsmounts/igenomes'
2019-10-28 08:21:41 -04:00
max_memory = 1000.GB
max_cpus = 28
max_time = 168.h
}
2019-10-08 08:19:42 -04:00
weblog{
enabled = true
2019-10-10 06:56:39 -04:00
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
2019-10-08 08:19:42 -04:00
}