-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown process directive: from
#1
Comments
This looks like DSL1 doesn't like the
I don't understand what you mean here. Can you explain which processes produce the output you want to combine as input for the e.g.
Then channel operators like |
nextflow.enable.dsl=2
|
So the process FOO above needs to take in a list of all the chromosome vcfs for that sample and produce a unique list for each sample |
So currently, my files are as such: vcfs: And I'm trying to get: I added some functions into the main script, but I'm still having trouble with what goes with what. |
|
nextflow run -params-file params.yml split_by_2megabases.nf -c nextflow.config
I get the error message:
[- ] process > makeWindows -
Unknown process directive:
from
-- Check script 'split_by_2megabases.nf' at line: 53 or see '.nextflow.log' file for more details
Unexpected error [ClosedByInterruptException]
The text was updated successfully, but these errors were encountered: