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

The XVG auxiliary reader does not use anyopen #1289

Closed
jbarnoud opened this issue Apr 8, 2017 · 0 comments
Closed

The XVG auxiliary reader does not use anyopen #1289

jbarnoud opened this issue Apr 8, 2017 · 0 comments

Comments

@jbarnoud
Copy link
Contributor

jbarnoud commented Apr 8, 2017

While addressing the last comment of @kain88-de on MDAnalysis/MDAnalysis.github.io#26 (comment), I realised the XVG aux reader was not using our file opening helper function.

Expected behaviour

The XVG auxiliary reader open files with mda.lib.util.anyopen, therefore it can read streams and compressed files.

Actual behaviour

The XVG auxiliary reader uses the built in open function and can only open regular uncompressed files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant