[Bug]: WARNING due to undefined param.threads
ammaraziz opened this issue · 1 comments
ammaraziz commented
What happened?
When running the pipeline I get this warning:
WARN: Access to undefined parameter `threads` -- Initialise it to a default value eg. `params.threads = some_value`
I believe this is due to the following code:
Line 190 in 428300f
Which uses params.threads
which is not specified in the config:
Lines 12 to 18 in 428300f
Operating System
ubuntu 20.04
Workflow Execution
Command line
Workflow Execution - EPI2ME Labs Versions
No response
Workflow Execution - CLI Execution Profile
Docker
Workflow Version
v0.3.28
Relevant log output
WARN: Access to undefined parameter `threads` -- Initialise it to a default value eg. `params.threads = some_value`
mattdmem commented