<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Absolute paths will also work, though relative paths are typically shorter/easier.<div class=""><br class=""></div><div class="">—Eric</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><span class="Apple-tab-span" style="white-space: pre;">    </span>Eric Pettersen</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">  </span>UCSF Computer Graphics Lab</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Oct 12, 2018, at 11:28 AM, Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" class="">meng@cgl.ucsf.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Matthias,<br class="">Now I see that the documentation says the metafile should contain paths relative to the metafile location, so I’m not absolutely sure that it will work to include the absolute paths as in my previous reply.<br class=""><br class="">Instead (and how I usually do it) is to omit paths within the metafile and just put the metafile in the same place as the data.  E.g. metafile contents<br class=""><br class="">namd(prmtop/dcd)<br class="">structure.psf<br class="">structure_MD001.dcd<br class=""><br class="">and then use command something like <br class=""><br class="">open md:D:\metafile-name<br class=""><br class="">I’m told the open command should be able to interpret the second colon correctly as indicating the drive.  If not, could try “cd” first as mentioned below.<br class="">Best,<br class="">Elaine<br class=""><br class=""><br class=""><blockquote type="cite" class="">On Oct 12, 2018, at 11:03 AM, Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" class="">meng@cgl.ucsf.edu</a>> wrote:<br class=""><br class="">HI Matthias,<br class="">Sounds like you almost had it right.  However, you have to use the “open” command to open the metafile.  The “md” part is just a format specifier for the open command, not a command in itself.<br class=""><br class="">(command list: <<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/framecommand.html" class="">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/framecommand.html</a>>)<br class=""><br class="">Summary:<br class="">To bypass the MD Movie input-files dialog you would create a “metafile” which is just a short plain text file of the same things you would enter into that dialog.  The "startup and input" section of the MD Movie help has a couple examples of metafile contents:<br class=""><<a href="http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/movie/framemovie.html" class="">http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/movie/framemovie.html</a>><br class=""><br class="">Your metafile would just contain something like this:<br class="">namd(prmtop/dcd)<br class="">D:\structure.psf<br class="">D:\structure_MD001.dcd<br class=""><br class="">…and you’d open it with command:<br class="">open md:metafile-name<br class=""><br class="">…where metafile-name is a pathname if it is not in the current working directory.  However, I suspect that pathname with a colon might cause problejms. Chimera command “cd” changes the current working directory, so if giving the pathname directly in the open command causes a problem, instead use “cd” to go that folder and then just use the metafile name in the open command.   I’m a little uncertain of what you’ll need to do, since I’m not a Windows user.  On Mac, all my pathnames don’t have colons in them so it’s not an issue.<br class=""><br class="">I hope this helps,<br class="">Elaine<br class="">-----<br class="">Elaine C. Meng, Ph.D.                       <br class="">UCSF Chimera(X) team<br class="">Department of Pharmaceutical Chemistry<br class="">University of California, San Francisco<br class=""><br class=""><br class=""><blockquote type="cite" class="">On Oct 11, 2018, at 7:58 PM, Matthias Fellner <<a href="mailto:matthias.fellner@otago.ac.nz" class="">matthias.fellner@otago.ac.nz</a>> wrote:<br class=""><br class="">Good day<br class=""><br class="">I successfully loaded NAMD psf/dcd files into chimera (version 1.13.1) using the tools MD movie interface. As I have many runs and each has multiple dcd files I wanted to use a script to load the different runs, instead of manually picking all the files through the interface each time. I tried to follow the limited instructions of the MD Movie homepage but failed to get anywhere.<br class="">I tried some versions of this command:<br class="">md: D:\script.txt or movie: D:\script.txt<br class=""><br class="">The command md appears to try to start MDA (MultiDomain Assembler), the command movie wants some other unrelated inputs.<br class="">I am also not sure if the script command would even work like this:<br class=""><br class="">namd(psf/dcd)<br class="">D:\structure.psf<br class="">structure_MD001.dcd - D:\<br class=""><br class="">Any advice is appreciated<br class="">Thank you<br class="">Matthias Fellner<br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">Chimera-users mailing list: <a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription: <a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br class=""><br class=""></blockquote><br class=""><br class="">_______________________________________________<br class="">Chimera-users mailing list: <a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription: <a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>