-
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
ERROR ~ Cannot invoke method split() on null object #70
Comments
I seem to have found a workaround for this by assigning
This allows the pipeline to continue, although I'm not sure this is the best way to handle the issue because my run wasn't multiplexed so there aren't any barcodes associated with the sample used for the PacBio sequencing run that produced the data for this assembly. |
Executing the pipeline with Nextflow using
-r dev
on my university's core I get the following error:I execute the following script to run the pipeline:
The contents of my yaml input file are as follows:
Here is the
stdout
from my attempt to run the pipeline and I've attached the.nextflow.log
file as well. Any help would be much appreciated:nextflow.01.log
Originally posted by @foreignsand in #69 (comment)
The text was updated successfully, but these errors were encountered: