Sunday, August 7, 2011

Installing AutoDock in Ubuntu Linux Easy steps

Step by step Installation of AutoDock MGL-Tool on Ubuntu Linux 

 Go to Command Prompt and type:  sudo apt-get install autodocktools

Go to http://autodock.scripps.edu/ and In download option, click ADT to dowload latest version of MGL-Tools downloads page.


After few seconds, It will ask Yes or No to install further, type yes.

Download file MGLTools-1.5.2-Linux-x86-Install to your home directory (e.g. /home/cepe/Desktop). 
If you do not know where is your home directory, 

Open terminal window by going to Applications --> Accessories --> Terminal; type cd ~ and press Enter; type pwd and press Enter; your home directory will be printed on the screen.

Open terminal window by going to Applications --> Accessories --> Terminal.
Type chmod +x MGLTools-1.5.2-Linux-x86-Install and press Enter.

Type ./MGLTools-1.5.2-Linux-x86-Install and press Enter.

An installation window should appear on the screen. Press Next, give yes, and press Next, Next, Finish




2 comments:

  1. c>>> Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/AutoDockTools/__init__.py", line 433, in runADT
    title=title, withShell= not interactive, verbose=False, gui=gui)
    File "/usr/lib/python2.7/dist-packages/Pmv/moleculeViewer.py", line 1242, in __init__
    self.addCommand(customAnimationCommand(), 'customAnimation', g)
    File "/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py", line 1286, in addCommand
    command.onAddCmdToViewer()
    File "/usr/lib/python2.7/dist-packages/ViewerFramework/basicCommand.py", line 2139, in onAddCmdToViewer
    from Pmv.scenarioInterface.animationGUI import AnimationNotebook
    File "/usr/lib/python2.7/dist-packages/Pmv/scenarioInterface/animationGUI.py", line 4, in
    from Scenario2.gui.Tk.clipboard import ClipboardGUI
    ImportError: No module named Scenario2.gui.Tk.clipboard
    hit enter to continue


    can anyone please give me a solution...i couldnt access autodock on my ubuntu...

    ReplyDelete
  2. I have tried to install mgl tools by following above given steps, but it is showing an error of downloading libstdc++.so.5. Then I installed libstdc++5, but still not working. What should I do now?

    ReplyDelete