ERROR ~ Cannot read write-only property: into - Looking for assistance with passing files from one process to a another #487
Replies: 1 comment
-
|
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
-
Within my workflow I'm wanting to make use of channels to have the file outputs from one process be the inputs for another process. I've attempted making use of inline
into
andfrom
with my processes as well as an.out
array in myworkflow{}
. Neither have been working and I receive an error message of:I'm using version 24.10.3 and in my config file I've even added the following lines to ensure that DSL2 is used:
Here is some example dummy code based on what I'm trying to do with my workflow (I use the config file for variables and parameters):
Is there something fundamental about Nexflow syntax that I'm missing? Any assistance to better understand what's going on would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions