1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-06 22:32:09 -05:00
nf-configs/conf/munin.config

33 lines
661 B
Text
Raw Normal View History

2019-01-09 11:27:55 -05:00
//Profile config names for nf-core/configs
params {
config_profile_description = 'Big iron cluster profile provided by nf-core/configs.'
config_profile_contact = 'Szilveszter Juhos (@szilva)'
config_profile_url = ''
}
process {
executor = 'local'
}
2019-01-11 09:28:10 -05:00
singularity {
2019-01-11 08:37:12 -05:00
enabled = true
autoMounts = true
}
2019-01-11 09:28:10 -05:00
// To use docker instead of singularity, use nextflow run -profile munin,docker
docker {
enabled = false
mountFlags = 'z'
fixOwnership = true
}
2019-01-09 11:27:55 -05:00
params {
saveReference = true
2019-01-11 08:37:12 -05:00
max_memory = 128.GB
2019-01-10 09:46:16 -05:00
max_cpus = 16
2019-01-09 11:27:55 -05:00
max_time = 72.h
// illumina iGenomes reference file paths on UPPMAX
igenomes_base = '/data0/btb/references/igenomes/'
}