CCP4mg

From CCP4 wiki
Revision as of 19:04, 23 May 2009 by Biophysics (talk | contribs)
Jump to navigation Jump to search

CCP4mg is the quick and easy way to create beautiful publication quality images and movies. It is also the easy way to superpose and analyse structures (Ref: from the website).

Installation help for CCP4mg

Download the file ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz

wget http://www.ysbl.york.ac.uk/~ccp4mg/download2/ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz

Now "cd" to the installation directory of CCP4i and extract it there.

cd /software/linuxsoft/ccp4-6.1.1
tar zxvf ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz

Now, Add the binary ccp4mg to your $PATH and then open a new terminal or source your shell

setenv PATH ccp4mg-1.107.3/bin:${PATH}
source .cshrc

Launch ccp4mg with

ccp4mg &

FAQ

I get the error

Segmentation fault

Edit the file

ccp4mg-1.107.3/qtgui/MGMainWindow.py

and replace

     stereoAvailable = opengl.CheckIfStereoAvailable()

with the following. Remember to keep the indent (i.e) left tab/spacing (I hate python)

     stereoAvailable = 0