This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
[BUG] compute resources labels not correctly applied to some processes #323
Labels
bug
Something isn't working
Describe the bug
The default compute process label (defined with a glob matching part of the label) incorrectly gets applied to certain processes, overwriting the intended settings.
To Reproduce
Steps to reproduce the behavior:
Using a process with a label:
and using this section of the config file for the process labels:
When run, this process only gets assigned
2
cpus instead of the intended20
. Looking at the.nextflow.log
it seems that the second label in the process definition (compute_resources__24hqueue
) causes the default label to match a second time and remove thecompute_resources__cpu
setttings:Expected behavior
Keep the expected compute settings in the process.
Screenshots
N/A
Please complete the following information:
Additional context
N/A
The text was updated successfully, but these errors were encountered: