Skip to content
Snippets Groups Projects
Commit 8ea08743 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Fix getRefs to use super

parent 48768cfe
2 merge requests!39v0.0.2,!38Resolve "Add input bagit to ouput"
Pipeline #7853 failed with stages
in 11 minutes and 28 seconds
...@@ -19,7 +19,7 @@ process { ...@@ -19,7 +19,7 @@ process {
queue = 'super' queue = 'super'
} }
withName: getRefInfer { withName: getRefInfer {
executor = 'super' queue = 'super'
} }
withName: downsampleData { withName: downsampleData {
executor = 'local' executor = 'local'
...@@ -31,7 +31,7 @@ process { ...@@ -31,7 +31,7 @@ process {
queue = 'super' queue = 'super'
} }
withName: getRef { withName: getRef {
executor = 'super' queue = 'super'
} }
withName: alignData { withName: alignData {
queue = '256GB,256GBv1' queue = '256GB,256GBv1'
......
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