Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Pr-requisite
===========
python python-dev python-pmw python-numpy freeglut3-dev libglew-dev libpng12-dev libfreetype6-dev build-essential libxml++2.6-dev

module load python/2.7.1
module load bioinformatics/numpy/1.6.1


1. Install python-pmw
------------------
tar -zxvf Pmw-2.0.0.tar.gz
cd /sw/bioinformatics/PyMOL/src/Pmw-2.0.0
python setup.py build install




wget http://sourceforge.net/projects/pymol/files/latest/download -O pymol_source.tar.bz2
tar -xvf pymol_source.tar.bz2
cd pymol
mkdir -p /sw/bioinformatics/PyMOL
prefix=/sw/bioinformatics/PyMOL
modules=$prefix/modules
python setup.py build install --home=$prefix --install-lib=$modules --install-scripts=$prefix

...