Installation 您所在的位置:网站首页 Ubuntu安装autodock Installation

Installation

2024-04-05 02:11| 来源: 网络整理| 查看: 265

Python bindings

Currently working on Linux and Mac. We did not test on Windows.

AutoDock Vina installation using pip:

Note

When using pip, it’s good pratice to use a virtual environment and also the easiest solution (see meeko in Software requirements). An example with the Conda package manager is available further down.

$ pip install -U numpy vina

AutoDock Vina installation in a Conda environment:

The Anaconda Python distribution, which can be download from https://docs.continuum.io/anaconda/install. This is a Python distribution specially designed for scientific applications, with many of the most popular scientific packages preinstalled. Alternatively, you can use Miniconda, which includes only Python itself, plus the Conda package manager.

Begin by installing the most recent 64 bit, Python 3.x version of either Anaconda or Miniconda

Create a dedicated environment for AutoDock Vina. This environment can be re-used for installing meeko (see Software requirements):

$ conda create -n vina python=3 $ conda activate vina $ conda config --env --add channels conda-forge

And type the following command to install NumPy and AutoDock Vina:

$ conda install -c conda-forge numpy swig boost-cpp sphinx sphinx_rtd_theme $ pip install vina


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有