Skip to content
Snippets Groups Projects
Commit 8d80de50 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add new process to configs

parent 5c11e089
Branches
Tags
1 merge request!87Develop
Pipeline #9924 passed with stages
in 4 minutes and 28 seconds
......@@ -111,6 +111,10 @@ process {
cpus = 1
memory = '1 GB'
}
withName:failPreExecutionRun_seqwho {
cpus = 1
memory = '1 GB'
}
withName:failExecutionRun {
cpus = 1
memory = '1 GB'
......
......@@ -91,6 +91,9 @@ process {
withName:failPreExecutionRun {
executor = 'local'
}
withName:failPreExecutionRun_seqwho {
executor = 'local'
}
withName:failExecutionRun {
executor = 'local'
}
......
......@@ -138,6 +138,11 @@ process {
cpus = 1
memory = '1 GB'
}
withName:failPreExecutionRun_seqwho {
executor = 'dnanexus'
cpus = 1
memory = '1 GB'
}
withName:failExecutionRun {
executor = 'dnanexus'
cpus = 1
......
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