File: pymol.1

package info (click to toggle)
pymol 1.7.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 42,668 kB
  • ctags: 25,775
  • sloc: ansic: 494,779; python: 75,446; cpp: 20,088; makefile: 351; sh: 172; csh: 21
file content (128 lines) | stat: -rw-r--r-- 3,553 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.TH "PYMOL" "1" "2008-05-06" "" "User commands"

.SH NAME
pymol \- free and flexible molecular graphics and modelling package

.SH SYNOPSIS
.B pymol
.RB [ options ]
.RI [ files ]

.SH DESCRIPTION
Over the years, PyMOL has become a capable molecular viewer with support for
animations, high-quality rendering, crystallography, and other common molecular
graphics activities. It has been adopted by many hundreds (perhaps even
thousands) of scientists spread over thirty countries. However, PyMOL is still
very much a work in progress, with development expected to continue for years
to come.

.SH OPTIONS
These options are currently supported:

.TP
.B \-2   
Start in two-button mouse mode.
.TP
.B \-c
Command line mode, no GUI.  For batch opeations.
.TP
.BI \-d " string"
Run pymol command string upon startup.
.TP
.B \-e   
Start in full-screen mode.
.TP
.BI \-f " #line"
Controls display of commands and feedback in OpenGL (\fB0\fR=\fIoff\fR).
.TP
.BI \-g " file.png"
Write a PNG file (after evaluating previous arguments)
.TP
.B \-i
Disable the internal OpenGL GUI (object list, menus, etc.)
.TP
.BI \-l " file.py"
Spawn a python program in new thread.
.TP
.B \-o   
Disable security protections for session files.
.TP
.B \-p   
Listen for commands on standard input.
.TP
.B \-q
Quiet launch. Suppress splash screen & other chatter.
.TP
.BI \-r " file.py"
Run a Python program (in \fI__main__\fR) on startup.
.TP
.BI \-s " script"
Save commands to this PyMOL script or program file.
.TP
.B \-t
Use Tcl/Tk based external GUI module (\fIpmg_tk\fR).
.TP
.BI \-u " script"
Load and append to this PyMOL script or program file.
.TP
.B \-x   
Disable the external GUI module.
.TP
.B \-B
Enable blue-line stereo signal (for Mac stereo)
.TP
.B \-G
Start in Game mode.
.TP
.B \-M
Force mono even when hardware stereo is present.
.TP
.B \-R
Launch Greg Landrum's XMLRPC listener.
.TP
.B \-S
Force and launch in stereo, if possible.
.TP
.BI \-X " int " \-Y " int " \-W " int " \-H " int " \-V " int "
Adjust window geometry.

.PP
All \fIfiles\fR provided will be loaded or run after PyMOL starts. 
They can have one of the following extensions:
.sp
.nf
\&\.pml            PyMOL command script to be run on startup
\&\.py[cm]         Python program to be run on startup
\&\.pdb            Protein Data Bank format file to be loaded on startup
\&\.mmod           Macromodel format to be loaded on startup
\&\.mol            MDL MOL file to be loaded on startup
\&\.sdf            MDL SD file to be parsed and loaded on startup
\&\.xplor          X-PLOR Map file (ASCII) to be loaded on startup
\&\.ccp4           CCP4 map file (BINARY) to be loaded on startup
\&\.cc[12]         ChemDraw 3D cartesian coordinate file
\&\.pkl            Pickled ChemPy Model (class "\fIchempy.model.Indexed\fR")
\&\.r3d            Raster3D file
\&\.cex            CEX file (Metaphorics)
\&\.top            AMBER topology file
\&\.crd            AMBER coordinate file
\&\.rst            AMBER restart file
\&\.trj            AMBER trajectory
\&\.pse            PyMOL session file
\&\.phi            Delphi/Grasp Electrostatic Potential Map 
.fi

.PP
For a list of options, you can also enter the following in the command line
of \fBpymol\fR:
.IP
.B help launching

.SH COMMANDS
Please refer to PyMols online documentation
at \fI\%http://www.pymolwiki.org/index.php/Category:Commands\%\fR or its internal
help for a command reference.

.SH AUTHOR
This manpage was written by \fBDaniel Leidert\fR <\&daniel.leidert@wgdd.de\&>
for the Debian distribution (but may be used by others).