-
Notifications
You must be signed in to change notification settings - Fork 19
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
Pyarrow error #135
Comments
Based on the error i suspect the file is uncompressed (and hitting an unaccounted for error)... I'm not sure how its possible to end up with an uncompressed file - how were the files created? I'll keep digging on my side. |
If may intervene, i am the user with the error. The pod5 files were generated using Icarust https://github.com/LooseLab/Icarust . They are compatible with dorado (I used it to basecall them). |
Ok, I'm not familiar with how Icarust writes pod5 files, but I've completed investigating in the pod5 source and found it is due to a bug with uncompressed pod5 files and the python pod5 bindings. I have a fix internally that will resolve the issue, and I'll get it out asap.
|
This makes me ask the obvious question as well. Is pore_type still not used by nanopore software? I was under the impression here that minknow had started using it. Is this something icarust has decided to use but is not actually a field used yet? |
Sequencing runs on the current MinKNOW software do not set the pore type no |
Hmmm okay. Thanks. |
Ahh okay - @Psy-Fer I'm happy to change the Icarust code to set the Pore Type to "not-set" if that would be useful. |
Please make it specifically not_set with an underscore to match that of the current pod5 output. Feel free to use the test scripts in blue-crab as boilerplate to test if your files are correct. I'll leave in the R10.4.1 exception to the pore_type so users of older versions of icarust can convert files if they like. James |
I'm in the process of deploying 0.3.12, which contains a fix for the issue of opening raw data from uncompressed pod5 files. Thanks,
|
Thanks George. |
Hey George,
I have a user getting a strange error. I've attached the issue below, where you can also see some more context.
Any ideas what the issue here might be?
Cheers
James
dear James,
thank you for the update, I just tried the newer version. I am getting an error related to the pyarrow package:
trace
Originally posted by @lborcard in Psy-Fer/blue-crab#12 (comment)
The text was updated successfully, but these errors were encountered: