mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #124 from nf-core/Update-sarek-specific-UPPMAX-config
Update sarek specific UPPMAX config
This commit is contained in:
commit
263230fdde
1 changed files with 8 additions and 3 deletions
|
@ -3,10 +3,15 @@
|
||||||
params {
|
params {
|
||||||
config_profile_contact = 'Maxime Garcia (@MaxUlysse)'
|
config_profile_contact = 'Maxime Garcia (@MaxUlysse)'
|
||||||
config_profile_description = 'nf-core/sarek uppmax profile provided by nf-core/configs'
|
config_profile_description = 'nf-core/sarek uppmax profile provided by nf-core/configs'
|
||||||
}
|
|
||||||
|
|
||||||
params {
|
singleCPUmem = 7000.MB
|
||||||
// Just useful until iGenomes is updated on UPPMAX
|
// Just useful until iGenomes is updated on UPPMAX
|
||||||
igenomeIgnore = true
|
igenomeIgnore = true
|
||||||
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
|
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
|
||||||
}
|
}
|
||||||
|
if (hostname ==~ "r.*") {
|
||||||
|
params.singleCPUmem = 6400.MB
|
||||||
|
}
|
||||||
|
if (hostname ==~ "i.*") {
|
||||||
|
params.singleCPUmem = 15.GB
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue