Define output variable for multiple outputs of a process to use in the next process #1981
Unanswered
zillurbmb51
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
nextflow.txt
Hi,
I was trying to develop a pipeline from scratch using plink on nextflow. In this I have multiple input in each process and multiple outputs. How could I exactly define output variables (t2 in the script) which can be used in the next process? I was trying as below and getting attached message and output (nextflow.txt). Any help? Also is there any any tutorial/training of using plink in nextflow? I tried to follow https://seqera.io/training/#_multiple_output_files but it does not describe multiple outputs which can be used in the next process.
Beta Was this translation helpful? Give feedback.
All reactions