| [5d30c1] | 1 |
|
|---|
| 2 | /** \page molrender
|
|---|
| 3 |
|
|---|
| 4 | The molrender program reads a molecule from an input file and can render it
|
|---|
| 5 | in a variety of ways. The output is an OOGL file that the <a
|
|---|
| 6 | href="http://www.geom.umn.edu/software/download/geomview.html">Geomview</a>
|
|---|
| 7 | program can read and display.
|
|---|
| 8 |
|
|---|
| 9 | \if html
|
|---|
| 10 | <h1>Compiling molrender</h1>
|
|---|
| 11 |
|
|---|
| 12 | molrender is distributed with the SC Toolkit. molrender will automatically
|
|---|
| 13 | be compiled when SC is compiled. See \ref compile
|
|---|
| 14 | for more information.
|
|---|
| 15 | \endif
|
|---|
| 16 |
|
|---|
| 17 | <h1>Running molrender</h1>
|
|---|
| 18 |
|
|---|
| 19 | If you have wish installed, tkmolrender script can be run to bring up a
|
|---|
| 20 | simple GUI to let you set up the molrender options. Otherwise, molrender
|
|---|
| 21 | can be run directly and takes the following command line options:
|
|---|
| 22 |
|
|---|
| 23 | <dl>
|
|---|
| 24 | <dt><tt>-model</tt><dd>Must be followed by one of ball, stick, or connolly
|
|---|
| 25 | <dt><tt>-render</tt><dd>Must be followed by the argument oogl
|
|---|
| 26 | <dt><tt>-pdb</tt><dd>Indicates that the input is a PDB file
|
|---|
| 27 | <dt><tt>-keyval</tt><dd>Indicates that the input is a KeyVal input
|
|---|
| 28 | <dt><tt>-keyword</tt><dd>Must be followed by keyword to read in a KeyVal input
|
|---|
| 29 | <dt><tt>-level</tt><dd>Must be Followed by an integer which is the sphere
|
|---|
| 30 | subdivision level
|
|---|
| 31 | </dl>
|
|---|
| 32 |
|
|---|
| 33 | <h1>License</h1>
|
|---|
| 34 |
|
|---|
| 35 | molrender is open-source software; you can redistribute it and/or modify it
|
|---|
| 36 | under the terms of the GNU General Public License as published by the Free
|
|---|
| 37 | Software Foundation; either version 2 of the License, or (at your option)
|
|---|
| 38 | any later version.
|
|---|
| 39 |
|
|---|
| 40 | <h1>Warranty</h1>
|
|---|
| 41 |
|
|---|
| 42 | molrender is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 43 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|---|
| 44 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|---|
| 45 | details.
|
|---|
| 46 |
|
|---|
| 47 | */
|
|---|