Project

General

Profile

Install UCSF Chimera » History » Version 12

Neil Voss, 08/15/2012 09:50 AM

1 1 Neil Voss
h1. Install UCSF Chimera
2
3 4 Neil Voss
h2. Versions of UCSF Chimera:
4 3 Neil Voss
5
Chimera has two pages and five sections for downloading the UCSF Chimera program:
6
* "The main download page":http://www.cgl.ucsf.edu/chimera/download.html
7
** Current production releases
8
** Daily builds
9
** Snapshot releases
10
** Unsupported releases
11
* "The old downloads page":http://www.cgl.ucsf.edu/chimera/olddownload.html
12
13
There are two main versions available for linux the normal version and the headless version.
14 1 Neil Voss
15 4 Neil Voss
h2. Install UCSF Chimera for a desktop computer
16
17 8 Anchi Cheng
If you plan on using the install computer also as a desktop computer (i.e. you want to open MRC files and manipulate them in UCSF Chimera) then you should install version 1.5.3. The known version to work both in desktop mode and background mode for generating images without opening a window.
18 4 Neil Voss
19 9 Anchi Cheng
# Go to "the download page":http://www.cgl.ucsf.edu/chimera/download.html at UCSF
20 4 Neil Voss
# Download the _Linux_ for 32bit machines and _Linux 64-bit_ for 64bit machines
21
# Save the file to your machine and go to the directory containing the file
22 11 Amber Herold
# Make the downloaded file executable (newer versions of the installer end with .bin instead of .exe):<pre>
23 8 Anchi Cheng
chmod 755 chimera-1.5.3-linux_x86_64.exe</pre>
24 4 Neil Voss
# Execute the UCSF Chimera installer<pre>
25 8 Anchi Cheng
./chimera-1.5.3-linux_x86_64.exe</pre>
26 1 Neil Voss
# Choose a location to install the files (e.g., @/usr/local/chimera@) and let it install all of its files
27
# Install Chimera globally by placing a symbolic link to the executable in /usr/local/bin<pre>
28 4 Neil Voss
ln -s /usr/local/chimera/bin/chimera /usr/local/bin/chimera</pre>
29 8 Anchi Cheng
30
If the stable release does not work for background mode and produces snapshots that is badly offset, we know that 1.2509 works.  You may try that one.
31
# Go to "the old downloads page":http://www.cgl.ucsf.edu/chimera/olddownload.html at UCSF and search for @1.2509@.
32 5 Neil Voss
33
h2. Install UCSF Chimera for a server
34
35
On May 6, 2010, the UCSF Chimera team released a working version of their headless version of the program. The headless version runs the program but does not allow any interaction from the user. The version is ideal for servers, because it allows UCSF Chimera to create images of your molecule without having to install X windows.
36
37
# Download the latest Daily Build of the headless version (hopefully a working release will be provided soon)
38
# Go to "the main download page":http://www.cgl.ucsf.edu/chimera/download.html
39 12 Neil Voss
# Select the _Headless Linux 64-bit_ or _Headless Linux_ version of UCSF Chimera under the *Unsupported Releases* section
40 1 Neil Voss
# Download the executable
41 12 Neil Voss
http://www.cgl.ucsf.edu/chimera/cgi-bin/secure/chimera-get.py?file=linux_x86_64_osmesa/chimera-1.6.2-linux_x86_64_osmesa.bin
42 5 Neil Voss
# Make the downloaded file executable:<pre>
43 12 Neil Voss
chmod 755 chimera-1.6.2-linux_x86_64_osmesa.exe</pre>
44 5 Neil Voss
# Execute the UCSF Chimera installer<pre>
45
./chimera-alpha-linux_x86_64_osmesa.exe</pre>
46 7 Neil Voss
# Choose a location to install the files (e.g., @/usr/local/chimera@) and let it install all of its files
47 5 Neil Voss
# Install Chimera globally by placing a symbolic link to the executable in /usr/local/bin<pre>
48
ln -s /usr/local/chimera/bin/chimera /usr/local/bin/chimera</pre>
49 2 Neil Voss
50 6 Neil Voss
h2. Test UCSF Chimera
51
52
The only way to test if UCSF Chimera is working within Appion is to have Appion completely installed.
53
54 1 Neil Voss
______
55
56
[[Install Xmipp|< Install Xmipp]] | [[Install Grigorieff lab software|Install Grigorieff lab software >]]
57
58
______