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

update file

This commit is contained in:
MaxUlysse 2020-02-24 14:36:45 +01:00
parent aa905cd645
commit 9f74e88041

View file

@ -5,13 +5,8 @@ params {
config_profile_description = 'nf-core/sarek uppmax profile provided by nf-core/configs'
}
if (hostname ==~ "i.*") {
singularity {
cacheDir = "${params.containers_path}"
}
}
params {
// Just useful until iGenomes is updated on UPPMAX
igenomeIgnore = true
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
}