mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Create tigem.config
This commit is contained in:
parent
57f63add02
commit
ce39096f32
1 changed files with 31 additions and 0 deletions
31
conf/tigem.config
Normal file
31
conf/tigem.config
Normal file
|
@ -0,0 +1,31 @@
|
|||
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"
|
||||
}
|
Loading…
Reference in a new issue