-
Notifications
You must be signed in to change notification settings - Fork 5
Description
While waiting for the new deployment, we started using the virtual machine. The demos worked fine, but with our data, we get the error:
Error: length(barcode.i) == 1 is not true
followed by “Execution halted.” However, the executable isn’t killed. It’s not clear if it is still running, but it does not appear to be doing anything.
We start with one data file, and the the error comes up ~30 minutes after the code starts running. There is no other readout before this comes up. It happens after all of the "trimmed" and "corrected" files are generated in the Data folder, but the demultiplexedReps folder is still empty. Unlike in the demo run, the corrected reads and trimmed reads do not match in the Data folder. Our barcodes are only different by an edit distance of 3, and one suspicion is this could be part of the problem.
It is likely this is not an “issue,” but any insight into what this error means/how to address it would be greatly appreciated!