mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 08:49:54 +00:00
32 lines
694 B
Text
32 lines
694 B
Text
|
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"
|
||
|
}
|