-
Notifications
You must be signed in to change notification settings - Fork 13
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 when starting analysis #18
Comments
Make sure you're not performing the analysis in a directory that already has Enrich2 output files in it, such as from an analysis attempt that failed. The program tries to read from existing HDF5 files if present, and if those don't contain the required information (such as the /main/barcodes/counts data frame) you would see an error like this. |
The output directory does not contain any output files within it and I changed the output directory completely and still received the same error message. |
It sounds like there is some mismatch between your configuration and the FASTQ files you are processing. Can you post your config file and a sample of your data? |
Here is the json. The fastq files are too large to upload in this comment. |
I see that your minimum barcode count is set to 4000, which is pretty high. It's possible that you are unintentionally discarding all of your barcodes because you don't have sufficient sequencing depth. Try setting the minimum to something much smaller and re-running to see if that fixes the problem. |
I reduced the minimum barcode count to 50 and the error still persists on. |
It's possible that the barcodes are being counted but that there's an issue with trimming or otherwise mapping them to your barcode map. What is the name of the file being processed when Enrich2 throws the error? Does it end with If so, please try running the following code, either as a standalone script or in an interactive shell after substituting the correct file path:
|
Please run the standalone script again on the HDF5 file ending with |
I think that is the wrong screenshot, but regardless I'm glad that we were able to get to the bottom of this. I've added a new enhancement issue (#19) to improve the program's behavior in this situation. |
Hello, I am attempting to use Enrich for barcode counting and every time I start the analysis I get the same error messages "Enrich2 encountered an error: 'No object named /main/barcodes/counts in the file'" and I do not know how to eliminate this error. I have also tried updating the version of the program but that did not get rid of the problem.
The text was updated successfully, but these errors were encountered: