CCP4mg: Difference between revisions
Jump to navigation
Jump to search
Biophysics (talk | contribs) (ccp4mg installation) |
Biophysics (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
===Installation help for CCP4mg=== | ===Installation help for CCP4mg=== | ||
Download the file [http://www.ysbl.york.ac.uk/~ccp4mg/download2/ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz] | Download the file [http://www.ysbl.york.ac.uk/~ccp4mg/download2/ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz ccp4mg-1.107.3-Linux-Fedora-6-i386.tar.gz] | ||
<pre> | <pre> |
Revision as of 18:04, 23 May 2009
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