1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/conf/binac.config

25 lines
594 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
config_profile_name = 'BINAC'
2019-01-07 13:25:06 +00: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'
}
singularity {
2018-11-26 22:47:36 +00:00
enabled = true
}
process {
2018-11-26 22:47:36 +00:00
beforeScript = 'module load devel/singularity/3.0.1'
executor = 'pbs'
queue = 'short'
}
params {
2019-03-11 13:29:42 +00:00
igenomesIgnore = false
igenomes_base = '/beegfs/work/igenomes'
max_memory = 128.GB
max_cpus = 28
max_time = 48.h
}