nf-test icon indicating copy to clipboard operation
nf-test copied to clipboard

Params dictionary being filled with null values instead of actual values

Open stkgo opened this issue 1 year ago • 2 comments

I have a basic test case that looks like the following (I apologize for the screenshot, GitHub's markdown editor gets confused by the Nextflow script block in the when block):

Screenshot 2023-11-20 at 5 30 49 PM

That param ends up being null when my Nextflow process executes. I am confused as to why this is happening. I have written other test cases where I update the params dictionary and haven't had any issues.

stkgo avatar Nov 20 '23 23:11 stkgo