Skip to content
Snippets Groups Projects

Resolve "process_getData"

Merged Gervaise Henry requested to merge 1-process_getData into develop
Compare and
15 files
+ 152
1
Preferences
File browser
Compare changes
+ 31
0
process {
executor = 'slurm'
queue='super'
// Process specific configuration
withLabel:getData {
executor = 'super'
}
}
trace {
enabled = true
file = 'pipeline_trace.txt'
fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
}
timeline {
enabled = true
file = 'timeline.html'
}
report {
enabled = true
file = 'report.html'
}
tower {
accessToken = '3ade8f325d4855434b49aa387421a44c63e3360f'
enabled = true
}
\ No newline at end of file