|
| |
|
List all commands of the Molscript: |
|
|
linux1> |
molscript -h |
|
Prepare *.in input file for the Molscript from *.pdb file of a structure: |
|
|
linux2> |
molauto md.pdb > redox.in |
|
Put an initial 3D position of the geometry in the redox.in to value: |
|
|
linux3> |
emacs redox.in |
|
Change the following lines in the edited redox.in: |
|
|
by rotation |
|
|
1 0 0 0 1 0 0 0 1 |
|
|
Visualize a 3D image of the redox.in structure by interactive openGL mode: |
|
|
linux4> |
molscript -gl < redox.in & |
|
Save a feasible view of the 3D image by clicking the right button of the mouse and select an option "Output view". Subsequently, the actual position is visualized in your linux terminal. Replace it by the old position in the redox.in |
|
|
Save molscript input as poscript with a size of 600 by 600 pixels (width by height): |
|
|
linux5> |
molscript -ps -size 600 600 <redox.in> redox.ps |