1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/pipeline/sarek/uppmax.config

15 lines
486 B
Text
Raw Normal View History

2020-02-20 16:14:18 +00:00
// sarek/uppmax specific profile config
params {
config_profile_contact = 'Maxime Garcia (@MaxUlysse)'
config_profile_description = 'nf-core/sarek uppmax profile provided by nf-core/configs'
2020-02-27 15:52:51 +00:00
// Just useful until iGenomes is updated on UPPMAX
2020-02-20 16:14:18 +00:00
igenomeIgnore = true
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
}
2020-02-27 15:52:51 +00:00
if (hostname ==~ "i.*") {
params.singleCPUmem = 15.GB
}