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

29 lines
694 B
Text
Raw Normal View History

// Profile config names for nf-core/configs
2019-01-09 16:27:55 +00:00
params {
// Specific nf-core/configs params
2019-01-09 16:27:55 +00:00
config_profile_contact = 'Szilveszter Juhos (@szilva)'
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
igenomes_base = '/data1/references/igenomes/'
2019-01-09 16:27:55 +00:00
}
process {
executor = 'local'
2019-08-07 10:26:51 +00:00
maxForks = 46
2019-01-09 16:27:55 +00:00
}
// To use singularity, use nextflow run -profile munin
2019-01-11 14:28:10 +00:00
singularity {
2019-01-11 13:37:12 +00:00
enabled = true
cacheDir = '/data1/containers/'
2019-01-11 13:37:12 +00:00
}
// To use docker, use nextflow run -profile munin,docker
2019-01-11 14:28:10 +00:00
docker {
enabled = false
mountFlags = 'z'
fixOwnership = true
}