1
0
Fork 0
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:
Maxime U. Garcia 2021-05-20 10:08:32 +02:00 committed by GitHub
commit 483e24aab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View file

@ -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
} }
}
}

View file

@ -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