반응형
simulation ][ pymol 시뮬레이션 사용해보기
■ 설치 및 test 파일 확보
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
개발사 : https://pymol.org/ | |
git clone https://github.com/schrodinger/pymol-open-source | |
python2 | |
sudo apt-get install python-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev python-pip | |
python3 | |
sudo apt-get install python3 python-dev python3-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev python-pip | |
pip install scrapy | |
pip install numpy | |
sudo apt-get install freeglut3-dev libglu1-mesa-dev mesa-common-dev libglew-dev libglm-dev libnetcdf-dev libnetcdf-dev libfreetype6-dev | |
sudo python setup.py install | |
sudo python3 setup.py install | |
hacker@ubuntu:~/src/pymol-open-source/examples/chempy$ python generate_amber.py | |
hacker@ubuntu:~/src/pymol-open-source/examples/chempy$ python generate_mmff.py |


■ 윈도우 버전 설치



반응형
'organic chemistry > 0x05-tools' 카테고리의 다른 글
genetic engineering][ blat 자동 설치 및 자동 테스트 하기 (0) | 2020.01.02 |
---|---|
iupac smiles+ ][ create molecule from IUPAC name (0) | 2020.01.02 |
webgl simulation ][ atomic orbitals 시물레이션 사용해보기 (0) | 2019.12.26 |
naming ][ chempy 사용해보기 (0) | 2019.12.26 |
naming (vb.net)][ Visualiser 사용해 보기 (0) | 2019.12.26 |