Jmol, a Java-based molecular graphics program built on the code for the old classic Rasmol, has been installed on the Modeling Center machines. The executable is located at /usr/local/Jmol/Jmol.jar. It requires the Jave Runtime Environment (jre), which is installed in /usr/java.
Jmol can read and display structures presented both in PDB (protein DataBank) format and as Cartesian coordinates. The format of Cartesian files is simple: the first line contains the total number of atoms. The second line is blank. Each succeeding line contains an atomic symbol and the three Cartesians for that atom. It is relatively easy to use your text editor to convert the Cartesians output by any of our programs to this format.
There are two ways to access Jmol.
(path to jre) -jar (path to Jmol)
/usr/java/jre1.6.0_20/bin/java -jar /usr/local/Jmol/Jmol.jar
Or, you can put an alias in your .bashrc file aliasing Jmol to a line like the above. Now