loop through process in dsl2 #2475
Unanswered
tomSimonet
asked this question in
Q&A
Replies: 1 comment
-
There's an on-going development to allow this pattern with DSL2. I'll provide some update in a few days |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I tried to repeat in dsl2 the dsl1 example: https://github.com/nextflow-io/patterns/blob/master/docs/feedback-loop.adoc
but failed:
gives me:
and removing the loop (comment before
.mix(
:Is there another way to achieve this?
practically, I would need it in order to use the same process several times, taking the output as input (some vcfs), except for the database that would change each time
eg:
the Annotation_bdd_vcf process increment a variable (the last one in input, coming from
Channel.of(0)
) each time, and return it (index4 of tuple)sorry if silly question!!
Beta Was this translation helpful? Give feedback.
All reactions