本家様 http://www.cgl.ucsf.edu/chimera/index.html
MRCファイルを閲覧するために取得
他にも多彩な機能が用意されている
http://www.cgl.ucsf.edu/chimera/tutorials.html
http://www.cgl.ucsf.edu/chimera/videodoc/videodoc.html
ChimeraX
[root@s ~]# yum install libXScrnSaver
[root@s ~]# cd /Appl/src/
[root@s src]#
[root@s src]# <ここに chimera-1.13.1-linux_x86_64.bin をダウンロード>
[root@s src]# chmod +x chimera-1.13.1-linux_x86_64.bin
[root@c src]# ./chimera-1.13.1-linux_x86_64.bin
UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@lists.wku.edu).
Original path: '/Appl/src'
inflating: chimera_install_ibwoQz/installer
inflating: chimera_install_ibwoQz/chimera.bin
Enter install location: /opt/UCSF/Chimera64-1.13.1rc
(ここのインストール先を「/Appl/Chimera-1.13.1rc」と修正してリターンキーを押下する)
Enter install location: /Appl/Chimera-1.13.1rc
Extracting files. This may take a few minutes.
Executing command: './chimera.bin -q -d /Appl/Chimera-1.13.1rc'
UnZipSFX 5.52 of 28 February 2005, by Info-ZIP (http://www.info-zip.org).
Install desktop menu (icon has to be done by user)? yes <-- ディスクトップにアイコンを設置
その場合「libXScrnSaver」パッケージが必要みたい
Install symbolic link to chimera executable for command line use in which directory?
0 -- no link
1 -- /opt/local/bin
2 -- /usr/local/python33/bin
3 -- /usr/local/sbin
4 -- /usr/local/bin
5 -- /sbin
6 -- /bin
7 -- /usr/sbin
8 -- /usr/bin
9 -- /opt/pbs/bin
10 -- /opt/pbs/sbin
11 -- /opt/samba/bin
12 -- /opt/samba/sbin
13 -- /root/bin
[hit Enter for default (0)]: 0
(ここでは「0」を選択して、後ほど手動でリンクを設ける)
Listing /Appl/Chimera-1.13.1rc ...
Listing /Appl/Chimera-1.13.1rc/bin ...
(中略)
-------------------------------------------------
To (re)install desktop menu and icon later, run:
/Appl/Chimera-1.13.1rc/bin/xdg-setup install
If run as root, then it only installs the menu
(for all users). Otherwise, it installs the icon
(and menu, if need be) for the current user.
-------------------------------------------------
result code from installer: 0
Install succeeded.
Cleaning up extract dir, 'chimera_install_MvB8wO'
Installation is done; press return.
[root@c src]#
実行フィルにリンクを設けます。
[root@c ~]# cd /Appl/local/bin/
[root@c bin]# ln -s /Appl/Chimera-1.13.1rc/bin/chimera .
[root@c bin]# ls -l chimera
lrwxrwxrwx 1 root root 34 9月 19 04:14 chimera -> /Appl/Chimera-1.13.1rc/bin/chimera
[root@c bin]#
これで「/Appl/local/bin」にPATHが通ってれば「chimera」で起動します。
メモ †
とあるマシンにchimeraをインストールして、Xmingを介してwindowsマシンからchimeraを起動してみた。

と悲しいお知らせが表示された。
Xmingではだめで、MobaXtermなら正しく起動できている。。