Skip to content
Snippets Groups Projects
Commit 8ea08743 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
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 {
queue = 'super'
}
withName: getRefInfer {
executor = 'super'
queue = 'super'
}
withName: downsampleData {
executor = 'local'
......@@ -31,7 +31,7 @@ process {
queue = 'super'
}
withName: getRef {
executor = 'super'
queue = 'super'
}
withName: alignData {
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