-
Notifications
You must be signed in to change notification settings - Fork 45
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
Request for improved pbmm2 error message around zipped references #709
Comments
We might consider adding, but at this point, you are the first one to ask in like >5 years. |
It seems like an uncommon use case, but especially since |
I would love gzip compatibility, but I wanted to clarify that my main issue is the error message when you use a gzip reference:
This error incorrectly indicates that the format of the reads rather than the reference is incorrect. |
That error message should be fixed in the latest version that we'll release soon |
Awesome, thanks @armintoepfer |
Can you give it a try again? |
@armintoepfer should I be trying 1.16? Because I am still getting the same error msg:
|
Yes. I thought our fix would have fixed it as a side effect. Will file an actual issue. Stay tuned, ty |
Operating system
redhat
Package name
Describe the bug
When providing a zipped reference
pbmm2
complains about the format of the input reads instead of the reference.Error message
To Reproduce
Expected behavior
I know that gzipped references are not supported for pbmm2, but it took me quite a while to discover this when I was looking for issues with the input reads rather than the reference. Alternatively, support for zipped references would be great!
As a side note, it would be nice if pbmm2 allowed the
.fna
extension for references, which is sometimes the extension you get when downloaded from NCBI, e.g.:Thanks,
Mitchell
The text was updated successfully, but these errors were encountered: