Issues passing directory and tuple value as input #3259
Answered
by
jemunro
ashdederich
asked this question in
Q&A
-
I have a nextflow process file. As a channel input, I am trying to pass on a whole set of directories as input. Generally, the directories are named as such: IGVF_DIR1_1 Everything before the _1 at the end can be considered the ‘plateid’. Here is the channel I create and the first process:
However, it fails and says:
I’m unsure how to fix this. Any tips? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
jemunro
Oct 1, 2022
Replies: 2 comments 4 replies
-
Hi, I see a couple of issues:
Hopefully that helps. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ashdederich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I see a couple of issues:
tag "${params.batch}"
will be ignored)Hopefully that helps.