cwoodley
Results
1
issues of
cwoodley
Just something I noticed when processing an example MD trajectory from the[ gcprmd repository](https://gpcrmd.org/view/97/). The following snippet: ``` import mdtraj as md t = md.load('../Example_MD/gpcrmd_97/10932_trj_97.xtc', top='../Example_MD/gpcrmd_97/10936_dyn_97.pdb', stride=50) topology = t.topology...