Project

General

Profile

Install UCSF Chimera » History » Revision 5

Revision 4 (Neil Voss, 05/25/2010 01:57 PM) → Revision 5/13 (Neil Voss, 05/25/2010 02:04 PM)

h1. Install UCSF Chimera 

 h2. Versions of UCSF Chimera: 

 Chimera has two pages and five sections for downloading the UCSF Chimera program: 
 * "The main download page":http://www.cgl.ucsf.edu/chimera/download.html 
 ** Current production releases 
 ** Daily builds 
 ** Snapshot releases 
 ** Unsupported releases 
 * "The old downloads page":http://www.cgl.ucsf.edu/chimera/olddownload.html 

 There are two main versions available for linux the normal version and the headless version. 

 h2. Install UCSF Chimera for a desktop computer 

 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.2509. The last known version to work both in desktop mode and background mode for generating images without opening a window. 

 # Go to "the old downloads page":http://www.cgl.ucsf.edu/chimera/olddownload.html at UCSF and search for @1.2509@. 
 # Download the _Linux_ for 32bit machines and _Linux 64-bit_ for 64bit machines 
 # Save the file to your machine and go to the directory containing the file 
 # Make the downloaded file executable:<pre> 
 chmod 755 chimera-1.2509-linux_x86_64.exe</pre> 
 # Execute the UCSF Chimera installer<pre> 
 ./chimera-1.2509-linux_x86_64.exe</pre> 
 # Choose a location to install the files (e.g., @/usr/local/chimera@)) and let it install all of its files 
 # Install Chimera globally by placing a symbolic link to the executable in /usr/local/bin<pre> 
 ln -s /usr/local/chimera/bin/chimera /usr/local/bin/chimera</pre> 

 h2. Install UCSF Chimera for a server 

 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. 

 # Download the latest Daily Build of the headless version (hopefully a working release will be provided soon) 
 # Go to "the main download page":http://www.cgl.ucsf.edu/chimera/download.html 
 # Select the _Headless Linux 64-bit_ or _Headless Linux_ version of UCSF Chimera under the *Daily Builds* section 
 # Download the executable 
 # Make the downloaded file executable:<pre> 
 chmod 755 chimera-alpha-linux_x86_64_osmesa.exe</pre> 
 # Execute the UCSF Chimera installer<pre> 
 ./chimera-alpha-linux_x86_64_osmesa.exe</pre> 
 # Choose a location to install the files (e.g., @/usr/local/chimera@)) and let it install all of its files 
 # Install Chimera globally by placing a symbolic link to the executable in /usr/local/bin<pre> 
 ln -s /usr/local/chimera/bin/chimera /usr/local/bin/chimera</pre> 

 ______ 

 [[Install Xmipp|< Install Xmipp]] | [[Install Grigorieff lab software|Install Grigorieff lab software >]] 

 ______