path output into FromPath #3510
RamilNurtdinov
started this conversation in
General
Replies: 1 comment 1 reply
-
I guess
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi
I use DSL2
nextflow.enable.dsl=2
I have a process that makes a file and return it as path variable
I want to read this file with FromPath
I got error:
class groovyx.gpars.dataflow.expression.DataflowInvocationExpression cannot be cast to class java.nio.file.FileSystem (groovyx.gpars.dataflow.expression.DataflowInvocationExpression is in unnamed module of loader 'app'; java.nio.file.FileSystem is in module java.base of loader 'bootstrap'
Eventually I need to emit a channel with every line from the "path" object.
Be grateful if somebody can help me with it.
Ramil
.
Beta Was this translation helpful? Give feedback.
All reactions