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

feat: update owner of profile

This commit is contained in:
MaxUlysse 2021-05-19 20:46:52 +02:00
parent 9c4830c8d5
commit 73fcc4495a
2 changed files with 11 additions and 7 deletions

View file

@ -2,8 +2,8 @@
params {
// Specific nf-core/configs params
config_profile_contact = 'Szilveszter Juhos (@szilvajuhos)'
config_profile_description = 'MUNIN profile provided by nf-core/configs.'
config_profile_contact = 'Maxime Garcia (@maxulysse)'
config_profile_description = 'MUNIN profile provided by nf-core/configs'
config_profile_url = 'https://ki.se/forskning/barntumorbanken'
// Local AWS iGenomes reference file paths on munin
@ -26,8 +26,11 @@ singularity {
}
// To use docker, use nextflow run -profile munin,docker
docker {
enabled = false
mountFlags = 'z'
fixOwnership = true
profiles {
docker {
docker {
enabled = false
mountFlags = 'z'
fixOwnership = true
}
}

View file

@ -2,8 +2,9 @@
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_url = 'https://ki.se/forskning/barntumorbanken'
// Specific nf-core/sarek params
annotation_cache = true