Difference between revisions of "Pymol"

From CUC3
Jump to navigation Jump to search
import>Csw34
import>Mp466
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
Pymol is an open-source molecular visualisation program (binaries, full documentation are not freely available, however). Compilation of v1.1 is straightforward (v1.2 is in beta). It is not installed on the clusters. You can find in ''~csw34/bin'' on both clust and mek-quake and run it from there. It is, however, on the SUSE workstations. See the [http://www-theor.ch.cam.ac.uk/IT/software/pymol.html documentation] for details.
Pymol is a molecular visualisation program. It is '''NOT''' installed on all the clusters or workstations as we do not currently have a license. You can find in ''~csw34/bin'' on both clust and mek-quake and run it from there. The advantages Pymol has over [[VMD]] come from (a) the quality of the graphics you can produce as it has a built in ray-tracing facility (b) better handling of multiple structures and alignment. It does have downsides, namely that getting many of these options to work is not as easy as with [[VMD]] when you have a GUI to work with. It also runs slower as it is more graphics intensive so if you are hoping to visualise a large molecule, [[VMD]] might be a better option. The below tutorials will hopefully illuminate some of the most useful options!
 
  +
 
The advantages Pymol has over [[VMD]] come from (a) the quality of the graphics you can produce as it has a built in ray-tracing facility (b) better handling of multiple structures and alignment (c) provides a set of libraries that can be called from python. One can run pymol interactively through scripts and not bother with the GUI. It does have downsides, namely that getting many of these options to work is not as easy as with [[VMD]] when you have a simple GUI to work with. It also runs slower as it is more graphics intensive (which is amplified as you're running it over the network) so if you are hoping to visualise a large molecule, [[VMD]] might be a better option. The below tutorials will hopefully illuminate some of the most useful options!
   
 
== Tutorials ==
 
== Tutorials ==
 
* [[changing the representation of your molecule (lines, sticks, cartoon, ribbon etc)]]
 
* [[changing the representation of your molecule (lines, sticks, cartoon, ribbon etc)]]
 
* [[handling multiple structures - alignment, display and orientation]]
 
* [[handling multiple structures - alignment, display and orientation]]
* [[producing ray-traced images]]
+
* [[producing sexy ray-traced images]]
 
* [[saving your current setup for future review]]
 
* [[saving your current setup for future review]]
  +
* [[advanced colouring]]
  +
  +
== Links ==
  +
  +
* [http://pymol.sourceforge.net/ Pymol homepage]
  +
* [http://www.pymolwiki.org/index.php/Main_Page Community wiki]

Latest revision as of 06:39, 16 August 2008

Pymol is an open-source molecular visualisation program (binaries, full documentation are not freely available, however). Compilation of v1.1 is straightforward (v1.2 is in beta). It is not installed on the clusters. You can find in ~csw34/bin on both clust and mek-quake and run it from there. It is, however, on the SUSE workstations. See the documentation for details.

The advantages Pymol has over VMD come from (a) the quality of the graphics you can produce as it has a built in ray-tracing facility (b) better handling of multiple structures and alignment (c) provides a set of libraries that can be called from python. One can run pymol interactively through scripts and not bother with the GUI. It does have downsides, namely that getting many of these options to work is not as easy as with VMD when you have a simple GUI to work with. It also runs slower as it is more graphics intensive (which is amplified as you're running it over the network) so if you are hoping to visualise a large molecule, VMD might be a better option. The below tutorials will hopefully illuminate some of the most useful options!

Tutorials

Links