Skip to content

jongseo-park/pymolplugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymolplugin

Directory of pymol plugins

PyMOL 2.4.0の中の /Applications/PyMOL.app/Contents/share/pymol/data/startup/ に入ってるプラグイン集です。オープンソース版PyMOLはこれらのプラグインがデフォルトで入っていないので、APBS GUIを始めとしたこれらのプラグインを使うためには、手動でインストール操作をしてあげる必要があります。

# オープンソース版PyMOLとapbs, pdb2pqrプログラムのインストール
brew tap brewsci/bio
brew install pymol apbspdb2pqr
# PyMOL 2.4.0の場合は /usr/local/Cellar/pymol/2.4.0/libexec/lib/python3.8/site-packages/pmg_tk/startup のディレクトリに、このリポジトリのpymolpluginのすべてファイルをコピーしてあげれば良い
# pymolpluginディレクトリをダウンロード
cd ~
git clone https://github.com/YoshitakaMo/pymolplugin.git
# ファイルをオープンソース版PyMOLのプラグインディレクトリに追加
cp -rp ~/pymolplugin/* /usr/local/Cellar/pymol/2.4.0/libexec/lib/python3.7/site-packages/pmg_tk/startup
# ここでPyMOLを立ち上げてみて、プラグインがインストールされていればOK
# インストールできたら~/pymolpluginディレクトリは削除してOK
# rm -rf ~/pymolplugin

About

Directory of pymol plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%