Skip to content
Discussion options

You must be logged in to vote

You are right. Checking on the console in the light of your explanations helped me to figure it out.

So I just needed to add .collect() to make it 3 elements and it worked:

    Channel.value(params.three_prime_adapter)
    .concat( trimgalore_reads )
    .collect()
    .map { adapterseq, meta, reads -> [adapterseq, meta.id, reads] }
    .groupTuple()
    .set { ch_mirtrace_inputs }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bounlu
Comment options

Answer selected by bounlu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants