Comment #7 on issue 127 by orbeckst: Index file for xtc trajectory
http://code.google.com/p/mdanalysis/issues/detail?id=127
Hi Manel and anyone else willing to work on this,
I pushed a new branch 'feature-xtcindex' for people to iron out remaining
issues with the great new xdr lib – it looks very promising.
Folks, please look at the code and comment through the code review feature
on the commits in
https://code.google.com/p/mdanalysis/source/list?name=feature-xtcindex (see
Manel's request for feedback above). Once it looks ok we'll merge it into
develop (you can show support by using the +1 in the code review.)
Also, at the moment, 34 tests FAIL that used to pass before. They all have
an ERROR due 'ValueError: too many values to unpack' and many are related
to TRR (see below). Can someone please look at this, probably a single fix
will make them all go away (or 32 fixes to the test cases...).
Thanks,
Oliver
Failed tests (excluding KnownFailures):
ERROR: test_get_velocities
(MDAnalysisTests.test_atomgroup.TestAtomGroupVelocities)
ERROR: test_set_velocities
(MDAnalysisTests.test_atomgroup.TestAtomGroupVelocities)
ERROR: test_velocities
(MDAnalysisTests.test_atomgroup.TestAtomGroupVelocities)
ERROR: test_set_all_format_tuples
(MDAnalysisTests.test_coordinates.TestChainReaderFormats)
ERROR: test_TRR2NCDF (MDAnalysisTests.test_coordinates.TestNCDFWriter)
ERROR: test_coordinates
(MDAnalysisTests.test_coordinates.TestTRRNoConversion)
ERROR: test_Writer (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_coordinates (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_dt (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_flag_convert_gromacs_lengths
(MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_frame (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_get_Writer (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_jump_lastframe_xdrtrj
(MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_jump_xdrtrj (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_next_xdrtrj (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_reverse_xdrtrj (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_rewind_xdrtrj (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_slice_xdrtrj (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_time (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_totaltime (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: Test that xtc/trr unitcell is read correctly (Issue 34)
ERROR: test_velocities (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_volume (MDAnalysisTests.test_coordinates.TestTRRReader)
ERROR: test_load_new_raises_ValueError
(MDAnalysisTests.test_coordinates.TestTRRReader_Sub)
ERROR: load solvated trajectory into universe with unsolvated protein.
ERROR: test_timestep_not_modified_by_writer
(MDAnalysisTests.test_coordinates.TestTRRWriter)
ERROR: test_velocities (MDAnalysisTests.test_coordinates.TestTRRWriter)
ERROR: Test writing Gromacs trajectories (Issue 38)
ERROR: Test writing Gromacs trajectories from AMBER NCDF (Issue 117)
ERROR: test_single_frame_CRD
(MDAnalysisTests.test_coordinates.TestTRRWriterSingleFrame)
ERROR: test_single_frame_GRO
(MDAnalysisTests.test_coordinates.TestTRRWriterSingleFrame)
ERROR: test_single_frame_PDB
(MDAnalysisTests.test_coordinates.TestTRRWriterSingleFrame)
ERROR: testForces (MDAnalysisTests.test_velocities_forces.TestTRRForces)
ERROR: testForces
(MDAnalysisTests.test_velocities_forces.TestTRRForcesNativeUnits)