table of contents
RODS(1) | General Commands Manual | RODS(1) |
NAME¶
rods - Raster3D preprocessor for ball-and-stick modelsSYNOPSIS¶
rods [-h] [-b] [-radius R] [-Bcolor Bmin Bmax] Rods reads a file describing atom colours and/or a PDB coordinate file and produces a file containing Raster3D descriptor records. The file produced by rods may be fed directly to render or it may be combined with descriptor files produced by other Raster3D utilities.EXAMPLES¶
To describe a simple bonds-only model coloured by residue type:cat mycolours.pdb protein.pdb | rods | render > mypicture.png To render the same molecule as ball-and-stick:
cat mycolours.pdb protein.pdb | rods -b | render > mypicture.png
OPTIONS¶
-h Suppress header records in output. By default rods will produce an output file which starts with header records containing a default set of scaling and processing options. The -h flag will suppress these header records so that the output file contains only object descriptors. This option is useful for producing files which describe only part of a scene, and which are to be later combined with descriptor files produced by other programs.DESCRIPTION¶
The input to rods consists of a single text file containing colour information and atomic coordinates in PDB data bank format. Coordinates are output as Raster3D descriptor records with colours and sphere radii assigned according to the COLO records described below. Ball-and-stick figures have atoms drawn at 0.2 * VanderWaals radius, connected by rods with a default 0.2A cylindrical radius. Bonds are drawn for atoms which lie closer to each other than 0.6 * (sum of VanderWaals radii). By default the output file contains a set of header records as required by the render program. The header is constructed to include a TMAT matrix corresponding to the transformation matrix contained in file setup.matrix (if it exists), or to the Eulerian angles contained in file setup.angles (if it exists).Columns
1 - 4 COLO
7 - 30 Mask (described below)
31 - 38 Red component
39 - 46 Green component
47 - 54 Blue component
55 - 60 van der Waals radius in Angstroms
61 - 80 Comments
ENVIRONMENT¶
The files setup.matrix and setup.angles, if they exist, affect the header records produced by rods.SOURCE¶
web URL:http://www.bmsc.washington.edu/raster3d/raster3d.html
Ethan A Merritt
University of Washington, Seattle WA 98195
merritt@u.washington.edu
SEE ALSO¶
render(l), ribbon(l), balls(l)AUTHORS¶
Ethan A Merritt8 May 1999 | Raster3D |