Skip to content
Snippets Groups Projects
Commit d2339f67 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Added profile for containerization

parent e59ac99e
No related merge requests found
Pipeline #7280 failed with stages
in 1 hour
process {
executor = 'local'
clusterOptions = '--hold'
//Process-specific parameters
}
singularity {
enabled = true
cacheDir = '/tmp/singularity_images/'
}
//Trace File information
trace {
enabled = true
file = 'pipeline_trace.txt'
field = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime'
}
......@@ -5,6 +5,9 @@ profiles {
astrocyte {
includeConfig "conf/astrocyte.config"
}
container {
includeConfig "conf/container.config"
}
}
process {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment