mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
18 lines
481 B
Text
18 lines
481 B
Text
|
// 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'
|
||
|
}
|
||
|
|
||
|
if (hostname ==~ "i.*") {
|
||
|
singularity {
|
||
|
cacheDir = "${params.containers_path}"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
params {
|
||
|
igenomeIgnore = true
|
||
|
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
|
||
|
}
|