How do the functions in dsl=2 work? #2376
-
I have this main.nf workflow that tries to calculate Base 64 encoded sha512 for input
but the output suggests that the function calls don't work as I would expect and the output of that program is :
What am I doing wrong? How should I use the functions |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I looked at your problem when learning nextflow and I can confirm that something weird is going on here. The output is non-deterministic and obviously wrong. I used nextflow version 21.08.0-edge.5609 One launch:
Another launch:
The reworked Nextflow file:
|
Beta Was this translation helpful? Give feedback.
-
changing code to this:
solves the issue |
Beta Was this translation helpful? Give feedback.
changing code to this: