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/tigem.config

32 lines
694 B
Text
Raw Normal View History

2022-10-04 08:44:19 +00:00
params {
config_profile_description = 'Telethon Institute of Genetic and Medicine (TIGEM) provided by nf-core/configs.'
config_profile_contact = 'Giuseppe Martone (@giusmar)'
config_profile_url = 'https://github.com/giusmar'
}
process.executor = 'slurm'
google.zone = 'europe-west1'
singularity {
enabled = true
autoMounts = true
cacheDir = 'work/singularity'
}
timeline {
enabled = true
file = "${params.outdir}/execution/timeline.html"
}
report {
enabled = true
file = "${params.outdir}/execution/report.html"
}
trace {
enabled = true
file = "${params.outdir}/execution/trace.txt"
}
dag {
enabled = true
file = "${params.outdir}/execution/pipeline.svg"
}