Can process pod declaration merge with config pod declaration? #2933
Unanswered
alanbchristie
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is the expected behaviour, likely it should be documented better. Regarding this specific use case, we are working on improving the support for labels. We'll take in consideration your point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
nextflow.config
with a process pod declaration, i.e. something like this...As you can see, it defines a
nodeSelector
and alabel
.But, if I run a process that also defines a pod declaration, with different (non-overlapping) properties, like this...
...the pod declaration in the
nextflow.config
appears to be lost - i.e. thenodeSelector
andlabels
are not applied to the process pod.So...
Beta Was this translation helpful? Give feedback.
All reactions