Skip to content

Missing value declared as output parameter #4733

Answered by robsyme
prmunn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi

The val output type will emit a native Nextflow (Groovy) variable, and not a variable from the language in the script block (in your case, bash). If you would like to emit a bash variable, you would use the env type. See the documentation here: https://www.nextflow.io/docs/latest/process.html#output-type-env

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by prmunn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4731 on February 10, 2024 17:58.