Issue with outputting string variables containing equal sign (=) #3552
-
I am not sure whether it is a bug of Nextflow or I am doing it wrong. If I use output type Example code:
Terminal output:
Expected output:
The
I don't think this is the expected behaviour, as standard bash can have string variables containing
I am grateful for any idea or suggestion. Or let me know if I should submit an issue. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Likely is related to this nextflow/modules/nextflow/src/main/groovy/nextflow/processor/TaskProcessor.groovy Lines 1496 to 1504 in c492ad2 |
Beta Was this translation helpful? Give feedback.
-
Thanks, looks like it. |
Beta Was this translation helpful? Give feedback.
-
Issue created: |
Beta Was this translation helpful? Give feedback.
Likely is related to this
nextflow/modules/nextflow/src/main/groovy/nextflow/processor/TaskProcessor.groovy
Lines 1496 to 1504 in c492ad2