How will the new publishing play with class-based channel values? #5131
Unanswered
Midnighter
asked this question in
Q&A
Replies: 1 comment
-
Custom classes are not currently scanned during publishing, you'll have to transform custom types into tuples before publishing them. We will likely support this when we add type checking and record types. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I just listened to your podcast about the new nextflow features and I was wondering how that will play with class-based values? What I mean is perhaps a clarification is needed for the following in the docs:
What if my output is a class where one of the attributes defines a file? Will that also be recognized and published?
Beta Was this translation helpful? Give feedback.
All reactions