<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Thank you for your answer, it almost covers my needs.</div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">Maybe I was not precise. When I was asking about rotation I mean the same effect when I modify field angle in Volume Viewer -> Features -> Cooridnates. Is it possible in command line?<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-family:monospace,monospace">--<br>pozdrawiam serdecznie<br>Michał Kadlof <<a href="mailto:m.kadlof@cent.uw.edu.pl" target="_blank">m.kadlof@cent.uw.edu.pl</a>></span><br></div></div></div></div></div></div>
<br><div class="gmail_quote">2017-11-14 22:17 GMT+01:00 Elaine Meng <span dir="ltr"><<a href="mailto:meng@cgl.ucsf.edu" target="_blank">meng@cgl.ucsf.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Michał,<br>
Yes, it’s a little tricky finding commands for some of those things.<br>
<br>
(1) open trajectory would just be done with “open” but you have to use a metafile, which is a text file listing the input file(s) as well as any other parameters that would be required inputs if you were using the MD Movie GUI.  Examples and explanation:<br>
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/movie/movie.html#metafile" rel="noreferrer" target="_blank">http://www.rbvi.ucsf.edu/<wbr>chimera/docs/<wbr>ContributedSoftware/movie/<wbr>movie.html#metafile</a>><br>
<br>
(2) there is no command to open a generic pseudobond file, just the PseudoBond Reader tool (in menu under Tools… Depiction).  However, you can either have python to open it, or instead use a bunch of “distance” commands to add distance monitor pseudobonds.  You can control their colors etc. with “setattr,” for example:<br>
<br>
distance :53.a@ca :58.a@ca<br>
setattr p label ''<br>
setattr p color dodger blue<br>
setattr g lineType 1<br>
setattr g lineWidth 3<br>
<br>
If you select any pseudobond and then show the Selection Inspector by clicking the green magnifying glass, you can see in the dialog which attributes are of the pseudobond (“p” in setattr) or pseudobond group (“g”) and (by mouseover in the dialog) its name and values that could be used in the setattr command.  You can put atomspecs at the ends of those setattr commands to only affect certain pseudobonds instead of all pseudobonds.<br>
<br>
The label command has two single quotation marks (not a single double quotation mark). You could also use two double quotation marks, but be sure to type in the plain ones… my e-mail app insists on changing them to fancy open and close quotation marks, which won’t work.<br>
<br>
(3) The “volume” command includes options to change origin and voxel size.<br>
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/volume.html#dimensions" rel="noreferrer" target="_blank">http://www.rbvi.ucsf.edu/<wbr>chimera/docs/UsersGuide/midas/<wbr>volume.html#dimensions</a>><br>
<br>
(4) You can rotate a model with “turn” or “roll”.<br>
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/turn.html" rel="noreferrer" target="_blank">http://www.rbvi.ucsf.edu/<wbr>chimera/docs/UsersGuide/midas/<wbr>turn.html</a>><br>
<br>
I hope this helps,<br>
Elaine<br>
-----<br>
Elaine C. Meng, Ph.D.<br>
UCSF Chimera(X) team<br>
Department of Pharmaceutical Chemistry<br>
University of California, San Francisco<br>
<div class="HOEnZb"><div class="h5"><br>
> On Nov 14, 2017, at 1:41 AM, Michał Kadlof <<a href="mailto:m.kadlof@cent.uw.edu.pl">m.kadlof@cent.uw.edu.pl</a>> wrote:<br>
><br>
> Hello,<br>
> I have some troubles with finding in documentation suitable commands.<br>
><br>
> How do I should write script which:<br>
> - open a trajectory in saved PDB or PSF/DCD in MD movie tool.<br>
> - read pseudobonds from file, and change the color of all of them at once<br>
> - change origin, voxel size and rotation angle of opened volumetric data<br>
><br>
> Can you help me?<br>
> --<br>
> ​best wishes,<br>
> Michał Kadlof <<a href="mailto:m.kadlof@cent.uw.edu.pl">m.kadlof@cent.uw.edu.pl</a>><br>
<br>
</div></div></blockquote></div><br></div>