-
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
Read object is not fully exposed to python #645
Comments
@brtaylor92 status? |
See #728 for a detailed checklist. |
Fixed; see #728 and linked issues. |
Using ipython I'm not see how to make a new ReadParser read from Python... |
Please go ahead and file a new issue, then, with more specifics about what's needed. More important IMO is #769. |
We should make exposing the read object part of #769 then as that is all On Sat, Jun 13, 2015 at 11:47 AM C. Titus Brown notifications@github.com
|
I would like to see a specific use case, so -0 on just including it to round things out. So far we have no need to create a Read object in Python that I can see, and until we no longer depend on screed we have access to screed.Record(). |
_khmermodule.cc
defines most of the machinery for a Read type (a simple struct declared inread_parsers.hh
), but does not define a__new__
method and doesn't fully expose it to python. This would be convenient for some applications.The text was updated successfully, but these errors were encountered: