-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Description
What steps will reproduce the problem?
1. trj=MDAnalysis.Universe(tpr_file,xtc_file
2. trj..trajectory.timeseries(short.selectAtoms("backbone"))
What is the expected output? What do you see instead?
I would like to get a timeseries object but instead I get this error"
NotImplementedError: timeseries not available for Gromacs trajectories
What version of the product are you using? On what operating system?
0.8.1
Please provide any additional information below.
I played around for a while just trying to verbatim copy the timeseries code
from the file DCD.py but I could not get that to work. Ultimately I would like
to have a corel functionality as is implemented for DCDs. I realize that I
could just convert my trajectory to a dcd (from xtc or trr), but I would like a
cleaner solution. I don't mind implementing this myself if anyone has any
suggestions.
Original issue reported on code.google.com by e.jjorda...@gmail.com on 24 Jun 2014 at 5:47