Skip to content
Discussion options

You must be logged in to vote

file, into and from are part of Nextflow, a Domain Specific Language built on top of Groovy. That's why you did not find it in Groovy documentation. You should look for it in the official documentation of Nextflow. However, I must warn you, these are deprecated now since recently we moved to DSL2 as the default.

You should now use path instead of file, and use the workflow function instead of using the into/from. The * in chunck_* is a blob, capture everything that starts with chunck_. Knowing groovy is useful, but you should focus to learn Nextflow instead. For Groovy, check here.

Replies: 9 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mribeirodantas
Comment options

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

Comment options

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

Comment options

You must be logged in to vote
2 replies
@mribeirodantas
Comment options

@mribeirodantas
Comment options

Comment options

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

Comment options

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

Comment options

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

Comment options

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

Comment options

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

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
Converted from issue

This discussion was converted from issue #3084 on July 30, 2022 09:42.