Closed shozebhaider closed 4 years ago
Each trajectory needs to be in a separate folder and then you should do glob("./DATA/*/")
. This should work
having them in a directory is essential ?
Yes, it's built into HTMD to assume that each independent trajectory is in a different folder. If you don't want to move the files just make directories with symlinks in them.
Got it. Perfect.. many thanks Stefan.
Hi,
I have a set of 200 xtc trajectories that I need to process using HTMD. Since I have not used ACEMD, I do not have a simid associated with it. So when I try to create a simlist using fsims = simlist(glob('./DATA/'), './protein.pdb'), they are all clubbed into simid =0. Is there a way I can associate a simid to them and get it processed without putting them in individual directories?
Many thanks.