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

Run all getRefs on super (runniung by study overutilizes local)

parent 894a5f84
2 merge requests!39v0.0.2,!38Resolve "Add input bagit to ouput"
Pipeline #7851 failed with stages
in 6 minutes and 37 seconds
......@@ -19,7 +19,7 @@ process {
queue = 'super'
}
withName: getRefInfer {
executor = 'local'
executor = 'super'
}
withName: downsampleData {
executor = 'local'
......@@ -31,7 +31,7 @@ process {
queue = 'super'
}
withName: getRef {
executor = 'local'
executor = '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