msmbuilder.io.itertrajs

msmbuilder.io.itertrajs(meta, stride=1)

Load one mdtraj trajectory at a time and yield it.

MDTraj does striding badly. It reads in the whole trajectory and then performs a stride. We join(iterload) to conserve memory.