adaptivemd icon indicating copy to clipboard operation
adaptivemd copied to clipboard

Existing traj integration

Open thempel opened this issue 7 years ago • 2 comments

This is the documentation on how to add existing trajectories. It includes a few fixes that were necessary:

  • For multiple engines in a pyemma analysis, file names have to be adjusted accordingly. This fix is a bit hacky.
  • Paths with prefix shared://are now taken as absolute paths and have to be entered as such. @jhprinz is this compatible with what you were thinking of when introducing shared://?

thempel avatar Apr 07 '17 17:04 thempel

Instead of using worker:// you could also add a new prefix like root:// which does exactly what you wanted. Just that in theory, all you can ever use is the shared folder and upwards. All other folders are not accessible from all nodes (at least that is the assumption for shared)

jhprinz avatar Apr 07 '17 19:04 jhprinz

You are absolutely right. Paths are now directly passed with file names from PyEMMAAnalysis to _remote. So far, it seems to work fine.

thempel avatar Apr 07 '17 21:04 thempel