Pipeline with multiple input and multiple output #1900
Unanswered
zillurbmb51
asked this question in
Q&A
Replies: 2 comments 9 replies
-
Hi @zillurbmb51 , Would it be possible for you to re-phrase the question or provide a snippet of code (something we can debug) and fix? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you @abhi18av |
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
Hi, I am a new user of nextflow. I have test1.bed, test1.bim, test1.fam files. I want to do some qc using plink in nextflow. How can I import those three files in nextflow and get output test2.bed, test2.bim, test2.fam which will be used in the next step to generate test3.bed, test3.bim, test3.fam and so on? I also need to save all the intermediate files in a directory. Any help with example?
Kind regards, Zillur
Beta Was this translation helpful? Give feedback.
All reactions