We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
anyopen
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.
The XVG auxiliary reader open files with mda.lib.util.anyopen, therefore it can read streams and compressed files.
mda.lib.util.anyopen
The XVG auxiliary reader uses the built in open function and can only open regular uncompressed files.
open
The text was updated successfully, but these errors were encountered:
The XVG auxiliary readers now use anyopen
1ca1525
Fixes #1289
68cade4
jbarnoud
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: