Skip to content
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

multiBamSummary with --outRawCounts in python 3 dies #416

Closed
dpryan79 opened this issue Sep 2, 2016 · 3 comments
Closed

multiBamSummary with --outRawCounts in python 3 dies #416

dpryan79 opened this issue Sep 2, 2016 · 3 comments
Assignees
Labels

Comments

@dpryan79
Copy link
Collaborator

dpryan79 commented Sep 2, 2016

It turns out that --outRawCounts is using argparse to open the output file. The resulting file pointer is then being passed around. That works in python2, but not python3.

@dpryan79 dpryan79 added the bug label Sep 2, 2016
@dpryan79 dpryan79 self-assigned this Sep 2, 2016
@dpryan79
Copy link
Collaborator Author

dpryan79 commented Sep 2, 2016

Presumably this is like #407, where multiBigwigSummary is similarly affected.

dpryan79 added a commit that referenced this issue Sep 2, 2016
@dpryan79
Copy link
Collaborator Author

dpryan79 commented Sep 2, 2016

Yup, though at least the fix was easy.

@dpryan79
Copy link
Collaborator Author

dpryan79 commented Sep 2, 2016

Gah, plotCoverage is affected too!

@dpryan79 dpryan79 closed this as completed Sep 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant