-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cache #64
Cache #64
Conversation
pandas.DataFrame | ||
The best matched records for each query sequence. | ||
''' | ||
seqs = list(read(diamond_res, format='sam')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can it be iterator instead of materialized list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Fixed most of the stylistic changes. However, this will fail, because it is importing sam. BUT - |
you have to import it globally to make it work. see embl as an example: On Tue, Mar 15, 2016 at 10:21 AM, Jamie Morton notifications@github.com
|
🎆 tests passing. Ready for review. |
Thanks! On Tue, Mar 15, 2016 at 1:19 PM, Zech Xu notifications@github.com wrote:
|
No description provided.