mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
update file
This commit is contained in:
parent
aa905cd645
commit
9f74e88041
1 changed files with 1 additions and 6 deletions
|
@ -5,13 +5,8 @@ params {
|
||||||
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'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hostname ==~ "i.*") {
|
|
||||||
singularity {
|
|
||||||
cacheDir = "${params.containers_path}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
// 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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue