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

Changed executor to local for inferMetaData to attempt to run quicker.

parent 1e445926
2 merge requests!37v0.0.1,!22Resolve "process_count"
Pipeline #6288 canceled with stages
in 10 minutes and 32 seconds
...@@ -28,7 +28,7 @@ process { ...@@ -28,7 +28,7 @@ process {
queue = 'super' queue = 'super'
} }
withName:inferMetadata { withName:inferMetadata {
queue = 'super' executor = 'local'
} }
withName: makeBigWig { withName: makeBigWig {
queue = 'super' queue = 'super'
......
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