-
Notifications
You must be signed in to change notification settings - Fork 95
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
biom convert finalization #671
Conversation
@jairideout, same comment though, possible to pulldown #661? |
The py3 changes either happen in this PR or that one... Guess it's a race
|
I'm currently blocked and this PR is smaller, sooooooo my vote goes on this one |
well... its not the size of the pr that matters. but, this one is larger by LOC... |
self.cmd = convert | ||
self.output_filepath = tempfile.NamedTemporaryFile().name | ||
|
||
with tempfile.NamedTemporaryFile() as fh: |
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 you add mode='w'
? py3 vomits otherwise
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.
...same for other patterns like this below
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
@jairideout, I marked what I think will be the primary py3 gotchas. They should be quick to do |
@wasade thanks for reviewing, let me know of any other changes |
looks good, 👍 merge on tests passing |
Contains commits in #670.