-
Notifications
You must be signed in to change notification settings - Fork 295
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
Synchronize screed and khmer read record details #769
Comments
One question - is it OK for a legitimate read to have an empty quality attribute? |
Note: ReadParser reads still refer to 'accuracy' |
See also #645 |
Needs to be verified. |
ReadParser reads do correctly refer to 'quality' instead of 'accuracy' Reads from FASTA files still have an 'accuracy' attribute (an empty UTF string).
|
Has the opinion on exposing the |
On Mon, Oct 24, 2016 at 07:02:46AM -0700, Tim Head wrote:
Yes, I think it's a good idea for that reason. |
khmer.ReadParser returns read objects that differ from screed-created read objects in silly ways; this should be fixed.
The text was updated successfully, but these errors were encountered: