"It will output" statements in documentation #2759
-
As a newcomer, I am confused by some statements in the Nextflow documentation regarding the outputs of processes. For example, the subsection about input of type stdin gives the following example:
and says
If I run this workflow, I see no output, and I realize that this is as expected given the way processes work. However, the statement still strikes me as inaccurate and confusing for newcomers to Nextflow. Am I correct or does this just mean I have not yet quite internalized the process/channel model? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah, I agree, it's a bit tricky. Nextflow does not show the task console output by default. You should type the following command see it
|
Beta Was this translation helpful? Give feedback.
Yeah, I agree, it's a bit tricky. Nextflow does not show the task console output by default. You should type the following command see it