From: Tristan Croll (tristan.croll_at_qut.edu.au)
Date: Wed Jan 29 2014 - 22:39:41 CST

When monitoring the progress of a running trajectory, I find myself typing out the following command quite regularly to add the new parts to what I already have loaded in VMD:

mol addfile trajectory.dcd step $stepsize first [expr [molinfo top get numframes] * $stepsize]

Just wondering if there's a way to add this as a keyword without having to recompile VMD? Something like:

mol addfile trajectory.dcd step 5 fromlast

Thanks,

Tristan