DCD error while reading

160 views
Skip to first unread message

Hocine el khaoudi enyoury

unread,
Dec 29, 2022, 2:44:51 PM12/29/22
to MDnalysis discussion
Hi,

I am trying to see the md trajectory, but somewhen I get the following error:

view = nv.show_mdanalysis(protein)
view.clear()

view.camera = 'orthographic'
view.add_cartoon('protein')

view

DCD seek failed with DCD error=Normal EOF

Any idea about the error?

Thanks in advance!

Hugo Macdermott-Opeskin

unread,
Jan 3, 2023, 5:12:09 PM1/3/23
to MDnalysis discussion
Hi, 

What happens when you do the following 

```
import MDAnalysis as mda
u = mda.universe(DCD, PSF)
for ts in u.trajectory:
    pass
```

Cheers, 
Hugo 
Reply all
Reply to author
Forward
0 new messages