Giter Site home page Giter Site logo

autodocktools_py3's Introduction

AutoDockTools_py3

Python3 translation of AutoDockTools

Install

Linux

python -m pip install git+https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3

Windows

python.exe -m pip install git+https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3

This version is under test.

autodocktools_py3's People

Contributors

arunppsg avatar valdes-tresanco-ms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

autodocktools_py3's Issues

prepare_flexreceptor4.py no output

I found a possible issue at:

AutoDockTools\Utilities24\prepare_flexreceptor4.py

I try the following command on AutoDockTools_py3
python.exe AutoDockTools\Utilities24\prepare_flexreceptor4.py -r "Fib_MGTOOL.pdbqt" -g "Fib_RIGID.pdbqt" -x "Fib_FLEX.pdbqt" -s Fib_MGTOOL:P:THR22,Fib_MGTOOL:Q:GLY51

without any error, but also without any of the expected files as output. I try the same arguments and file on the official AutoDockTools and it generates the expected output.

Here is the pbdqt file of the example https://anonymousfiles.io/x0WrqlTn/

How I can fix this issue?
Many thanks in advance.

mol2 parsing doesn't work

Line 116 of MolKit/mol2Parser.py
atmlines = [x.strip() for x in self.allLines[self.keysAndLinesIndices['@<TRIPOS>ATOM'][
Should be
atmlines = [x.split() for x in self.allLines[self.keysAndLinesIndices['@<TRIPOS>ATOM'][
Indeed, further in, build4LevelsTree expects atomlines to be a list of list of strings, and not a list of strings

ModuleNotFoundError: No module named 'Support'

On Windows, the prepare_ligand4 and prepare_receptor4 scripts report error "ModuleNotFoundError: No module named 'Support'". Seems that the script is looking for the files not included.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.