Linux

Linux
[Year 2024] How to Install AutoDock Vina on Linux

AutoDock Vina is an open-source program used for molecular docking and works on Linux, Mac, and Windows. It is designed to be user-friendly, requiring only the molecular structures of the ligand and protein, along with the binding site specification. Recently I had trouble installing AutoDock Vina on a Linux machine. The latest files in GitHub made no response to commands like ./vina_1.2.5_linux_x86_64 --version, after I changed their permissions. Also, the instruction "AutoDock Vina installation in a Conda environment" in the official document led to a failure as follows. After a struggle, I figured out a solution. Environment How to Install Vina Hit the commands below. That's it. Be sure to […]

Read more