Replies: 1 comment 2 replies
-
Use the Channel.fromPath( '*.fastq' ).count().view { n -> "number of elements: ${n}" } |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello everyone
how to get the number of elements in Channel.fromPath or Channel.fromFilePairs.
I want to obtain sample data and make subsequent logical judgments.
waiting for your reply
thanks
Beta Was this translation helpful? Give feedback.
All reactions