mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #242 from maxulysse/master_munin
feat: update owner of munin profile
This commit is contained in:
commit
483e24aab6
2 changed files with 12 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
params {
|
params {
|
||||||
// Specific nf-core/configs params
|
// Specific nf-core/configs params
|
||||||
config_profile_contact = 'Szilveszter Juhos (@szilvajuhos)'
|
config_profile_contact = 'Maxime Garcia (@maxulysse)'
|
||||||
config_profile_description = 'MUNIN profile provided by nf-core/configs.'
|
config_profile_description = 'MUNIN profile provided by nf-core/configs'
|
||||||
config_profile_url = 'https://ki.se/forskning/barntumorbanken'
|
config_profile_url = 'https://ki.se/forskning/barntumorbanken'
|
||||||
|
|
||||||
// Local AWS iGenomes reference file paths on munin
|
// Local AWS iGenomes reference file paths on munin
|
||||||
|
@ -26,8 +26,12 @@ singularity {
|
||||||
}
|
}
|
||||||
|
|
||||||
// To use docker, use nextflow run -profile munin,docker
|
// To use docker, use nextflow run -profile munin,docker
|
||||||
|
profiles {
|
||||||
|
docker {
|
||||||
docker {
|
docker {
|
||||||
enabled = false
|
enabled = false
|
||||||
mountFlags = 'z'
|
mountFlags = 'z'
|
||||||
fixOwnership = true
|
fixOwnership = true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
params {
|
params {
|
||||||
// Specific nf-core/configs params
|
// Specific nf-core/configs params
|
||||||
config_profile_contact = 'Maxime Garcia (@MaxUlysse)'
|
config_profile_contact = 'Maxime Garcia (@maxulysse)'
|
||||||
config_profile_description = 'nf-core/sarek MUNIN profile provided by nf-core/configs'
|
config_profile_description = 'nf-core/sarek MUNIN profile provided by nf-core/configs'
|
||||||
|
config_profile_url = 'https://ki.se/forskning/barntumorbanken'
|
||||||
|
|
||||||
// Specific nf-core/sarek params
|
// Specific nf-core/sarek params
|
||||||
annotation_cache = true
|
annotation_cache = true
|
||||||
|
|
Loading…
Reference in a new issue