1molrender(1) MPQC molrender(1)
2
3
4
6 molrender - The molrender program reads a molecule from an input file
7 and can render it in a variety of ways.
8
9 The output is an OOGL file that the Geomview program can read and
10 display.
11
13 If you have wish installed, tkmolrender script can be run to bring up a
14 simple GUI to let you set up the molrender options. Otherwise,
15 molrender can be run directly and takes the following command line
16 options:
17
18 -model
19 Must be followed by one of ball, stick, or connolly
20
21 -render
22 Must be followed by the argument oogl
23
24 -pdb
25 Indicates that the input is a PDB file
26
27 -keyval
28 Indicates that the input is a KeyVal input
29
30 -keyword
31 Must be followed by keyword to read in a KeyVal input
32
33 -level
34 Must be Followed by an integer which is the sphere subdivision
35 level
36
38 molrender is open-source software; you can redistribute it and/or
39 modify it under the terms of the GNU General Public License as
40 published by the Free Software Foundation; either version 2 of the
41 License, or (at your option) any later version.
42
44 molrender is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
47 General Public License for more details.
48
49
50
51Version 2.3.1 Thu Dec 9 2010 molrender(1)