Installation#
Requirements:
Via pip (standard)#
pip install#
# To get the last "stable" version (strongly recommended). This project is still in beta state.
pip install moldrug
or:
# To get the version on development (not recommended)
pip install -U git+https://github.com/ale94mleon/moldrug.git@main
There are multiple methods to obtain AutoDock-Vina. You can use conda or download the latest release from the Vina Repository. We highly recommend using the last release posted on Vina Repository.
Via conda#
moldrug is also available through conda. However, the pip installation is the recommended one.
conda create -n moldrug
conda activate moldrug
conda install -c ale94mleon -c conda-forge moldrug
Note
MacOS users may face some problems trying to install because of the AutoDock-Vina dependency. If that is the case, just download the executable as it is explained next.
If some dependencies are missing, please install them through pip. Some of them could be:
pip install meeko crem pyyaml scipy tqdm
Work with a docker container#
Use the Docker configuration file on GitHub.
Visit the moldrug docker container.
Finally pip install moldrug inside it.