--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.
For join do you mean to collect all of the use in a single shot?If you ca use toList as shown here for example:Cheers,p
On Tue, Oct 4, 2016 at 6:58 PM, Chris D <cde...@rams.colostate.edu> wrote:
Suppose I have the following:process A {input:some inputoutput:some output in variants"""freebayes -f ref.fa alignment.bam into variants"""}Is there a way to take the files placed in the variants channel and do a join outside of the process and use the result for input into another process? For example,def variant_files = variants.join(" ")
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.