慕言 发表于 2020-5-22 10:23:02

分子对接软件autodock运行问题

用autodock 4.2.6配合MGLTools1.5.6 做个例子,对接完成使用“Analyze->Open”打开刚才生成的.dlg文件时弹出文本窗口,出现了以下的错误提示:
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
   
IDLE 1.2.2      ==== No Subprocess ====
>>> exception in _buildInputLig
ERROR *********************************************
Traceback (most recent call last):
File "C:\Program Files (x86)\MGLTools-1.5.6\lib\site-packages\ViewerFramework\VF.py", line 898, in tryto
    result = command( *args, **kw )
File "C:\Program Files (x86)\MGLTools-1.5.6\lib\site-packages\AutoDockTools\autoanalyzeCommands.py", line 3852, in doit
    d.readDlg(dlgFile)
File "C:\Program Files (x86)\MGLTools-1.5.6\lib\site-packages\AutoDockTools\Docking.py", line 105, in readDlg
    self.ch = ConformationHandler(self.ligMol,
AttributeError: Docking instance has no attribute 'ligMol'


试了几次都是这样,win10系统,求助各位有人遇到过类似问题么。
页: [1]
查看完整版本: 分子对接软件autodock运行问题