Project

General

Profile

Actions

Install UCSF Chimera

Versions of UCSF Chimera:

Chimera has two pages and five sections for downloading the UCSF Chimera program:

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

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

  1. Go to the download page at UCSF
  2. Download the Linux for 32bit machines and Linux 64-bit for 64bit machines
  3. Save the file to your machine and go to the directory containing the file
  4. Make the downloaded file executable (newer versions of the installer end with .bin instead of .exe):
    chmod 755 chimera-1.5.3-linux_x86_64.exe
  5. Execute the UCSF Chimera installer
    ./chimera-1.5.3-linux_x86_64.exe
  6. Choose a location to install the files (e.g., /usr/local/chimera) and let it install all of its files
  7. Install Chimera globally by placing a symbolic link to the executable in /usr/local/bin
    ln -s /usr/local/chimera/bin/chimera /usr/local/bin/chimera
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.
  1. Go to the old downloads page at UCSF and search for 1.2509.

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.

  1. Download the latest Daily Build of the headless version (hopefully a working release will be provided soon)
  2. Go to the main download page
  3. Select the Headless Linux 64-bit or Headless Linux version of UCSF Chimera under the Unsupported Releases section
  4. Download the executable
    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
  5. Rename the file from .bin to .exe extension
  6. Make the downloaded file executable:
    chmod 755 chimera-1.6.2-linux_x86_64_osmesa.exe
  7. Execute the UCSF Chimera installer
    ./chimera-alpha-linux_x86_64_osmesa.exe
  8. Choose a location to install the files (e.g., /usr/local/chimera) and let it install all of its files
  9. Install Chimera globally by placing a symbolic link to the executable in /usr/local/bin
    ln -s /usr/local/chimera/bin/chimera /usr/local/bin/chimera

Test UCSF Chimera

The only way to test if UCSF Chimera is working within Appion is to have Appion completely installed.


< Install Xmipp | Install Grigorieff lab software >


Updated by Amber Herold over 10 years ago · 13 revisions