Open emilyrkang opened 2 years ago
Did you try to set up your environment for command line usage? If not, try following the instructions in the README file that comes with MGLTools.
Currently, the only way to prepare flexible sidechains is with MGLTools. We don't have an alternative yet. MGLTools comes with an installer, which is probably the only way to install it properly, and has it's own python version, which is called from a shell script named pythonsh
. The scripts are meant to be run using this pythonsh
.
I'm following the Flexible Docking tutorial found here: https://autodock-vina.readthedocs.io/en/latest/docking_flexible.html on an AWS ubuntu instance.
When I try to run the prepare_flexreceptor.py script I get an import error. However, I can't install the module with pip or sudo apt install. I downloaded and installed the Linux GUI installer from here: https://ccsb.scripps.edu/mgltools/downloads/ but I'm still getting the error. How can I install this module? Else is there a way to use AutoDock Vina with flexible side chains without it?