Building openbabel(pybel) for python3 within docker
I was supposed to use openbabel for converting molecular representations but I encountered difficulty in openbabel(pybel) installation. Below, I describe how...
I was supposed to use openbabel for converting molecular representations but I encountered difficulty in openbabel(pybel) installation. Below, I describe how...
For using docker image as a remote python interpreter, it is required to setup daemon and allow access to it remotely.
새 gpu를 구매한 김에 ubuntu를 18.04로 올리고 CUDA 10을 깔고자 서버를 다시 세팅했다.
Docker image for deep learning chemistry As RDKit does not provide pip repository for installation on virtualenv, I planned to use docker image for environme...
RDKit으로 분자의 3차원 구조를 계산하기 위해 conformer optimize 하는 방법 정리.