-
Hi, i started to work on nextflow recently, with DSL2.0, so i've some little problem.
and in a specific step, i need to include the ouput of a previous process and the reads parameteres in the workflow as:
The problem is that in the foo module, the reads file and processed file from umitools have not the same order, so when trim galore had to remove umi in the second read, it can be different so the process stopped. Is like the processed read of name_of_read_one is setted in analysis with name_of_read_two read. Can you sugget me how can i avoid this isssue? It's a problem my main.nf pipeline, i don't think that you need my software versions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Example:
For now i'm not sure that i've completely resolved the problem. I ll update this 3d as soon as possible if the pipeline will output goods files. bye,a |
Beta Was this translation helpful? Give feedback.
Hi,
for now i ve resolved the issue (for me) creating a new channel in which i merge data from first two process for the third one.
Example:
For now i'm not sure that i've completely resolved the problem. I ll update this 3d as soon as possible if the pipeline will output goods files.
bye,a
GM