我遇到了2个关于ADT的问题
安装AutoDock、AutoDock Vina及AutoDockTools后,首次打开ADT即失败。
撤销编辑,双击启动ADT,则报错如下
(未知原因图片插入失败,不得已以文本呈现)
==== No Subprocess ====
>>> Traceback (most recent call last):
File "D:\Tools\MGLTools-1.5.7\lib\site-packages\AutoDockTools\__init__.py", line 433, in runADT
title=title, withShell= not interactive, verbose=False, gui=gui)
File "D:\Tools\MGLTools-1.5.7\lib\site-packages\Pmv\moleculeViewer.py", line 1026, in __init__
trapExceptions=trapExceptions)
File "D:\Tools\MGLTools-1.5.7\lib\site-packages\ViewerFramework\VF.py", line 449, in __init__
Startup Directory is set to current working directory by default.""")
File "D:\Tools\MGLTools-1.5.7\lib\site-packages\mglutil\preferences.py", line 77, in add
self.set(name, value)
File "D:\Tools\MGLTools-1.5.7\lib\site-packages\mglutil\preferences.py", line 107, in set
cb(name,oldValue, value)
File "D:\Tools\MGLTools-1.5.7\lib\site-packages\ViewerFramework\VF.py", line 759, in startupDirPref_cb
if not hasattr(self,'setUserPreference') and not hasattr(self.setUserPreference, 'form'): return
AttributeError: MoleculeViewer instance has no attribute 'setUserPreference'
hit enter to continue
刚接触生信,感谢帮助和指点