UCSF Chimera
From Bioinformatist.com
Contents |
[edit]
Introduction
UCSF Chimera is a highly extensible program for interactive visualization and analysis of molecular structures and related data, including density maps, supramolecular assemblies, sequence alignments, docking results, trajectories, and conformational ensembles .[edit]
Package details
* Source Code: http://www.rbvi.ucsf.edu/chimera/sourcecode.html* Version: 1.2422
* License: http://www.rbvi.ucsf.edu/chimera/docs/licensing.html
* Developer(s): http://www.rbvi.ucsf.edu/chimera/docs/credits.html
* Website: http://www.rbvi.ucsf.edu/chimera/
* Download: http://www.rbvi.ucsf.edu/chimera/download.html
* Requirements:
* FAQ:
[edit]
Installation
[edit]
Linux
[edit]
Opensuse
- Download the file chimera-1.2422-linux.exe from the download location given above
Note: You need to accept the License agreement to download
- Chimera can be installed with or without root privileges. In the latter case, it will be accessible only for the user who installed it.
- To install as root user
- Open a terminal
- Change into the directory containing the downloaded file (chimera-1.2422-linux.exe)
- Run the Installer
./chimera-1.2422-linux.exe
-
The installation program prompts for the installation location. Leave the default (/usr/local/chimera)
-
The program will now be installed. A shortcut can be created for convenience
cd /usr/local/bin
ln -s /usr/local/chimera/bin/chimera chimera
- Open a terminal
- To install as a normal user
Follow the same procedure, except for the installation location. For this, specify a directory under your HOME (ex: /home/username/chimera). Chimera can be run by using /home/username/chimera/bin/chimera or a link can be created in the user's bin directory
mkdir ~/bin
cd ~/bin
ln -s /home/username/chimera/bin/chimera chimera
[edit]
RedHat/Fedora
- Same as above
[edit]
Ubuntu/Debian
- Same as above
[edit]
Running
Chimera can be run using the command chimera[edit]
Troubleshooting
