File: molrender.1

package info (click to toggle)
mpqc 2.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 39,580 kB
  • ctags: 16,804
  • sloc: cpp: 258,686; sh: 8,584; perl: 6,017; ansic: 5,491; makefile: 2,769; fortran: 1,970; lisp: 1,269; yacc: 313; lex: 177; csh: 45
file content (44 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download | duplicates (8)
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
.TH "MOLRENDER" "1" "21 Feb 2008" "Version 2"
.SH NAME
molrender \- render a molecule input file in a variety of ways
.SH SYNOPSIS
.B molrender
.BI "[ \-model { " ball " | " stick " | " conolly " } ]"
.BI "[ \-render " render " ]"
.B [ \-pdb | \-keyval ]
.BI "[ \-keyword "  keyword " ]"
.BI "[ \-level "  integer " ]"
.SH DESCRIPTION
.PP
.B molrender
reads a molecule from an input file and can render it in a variety of ways.
The output is an OOGL file that can be read and displayed with the
.BR geomview (1)
program. If you prefer a GUI over the command line, you can use the
.BR tkmolrender (1)
script.
.SH OPTIONS
.PP
.B molrender
takes the following command line options:
.TP
.BI "\-model { " ball " | " stick " | " conolly " }"
Set the output model.
.TP
.BI "\-render " render
Output render. The only accepted value currently is \fIoogl\fR.
.TP
.B \-pdb
Input is a PDB file.
.TP
.B \-keyval
Input is a KeyVal input.
.TP
.BI "\-keyword "  keyword
Keyword to read in a KeyVal input.
.TP
.BI "\-level "  integer
Integer that represent the sphere subdivision level.
.SH "SEE ALSO"
.BR geomview (1),
.BR tkmolrender (1)