How To Install Dock 6 In Windows By Cygwin
3
0
Entering edit mode
12.2 years ago
Test • 0

Dear friends,

I am doing docking studies of some anti neoplastic drugs in windows using ArgusLab. But when i searched articles i came to know that its docking scores are not accurate. Then i came across DOCK but i dont know how to install it in windows. I have downloaded and installed cygwin but i dont know how to install DOCK to it.i googled about this but didnt find any good tut for it.

Please consider my linux skill as zero.

Advanced thanks

docking • 6.3k views
ADD COMMENT
0
Entering edit mode

"The DOCK suite of programs requires on the order of 100 MB of disk space and 48 MB RAM." Does your Windows machine have that much memory?

ADD REPLY
2
Entering edit mode
12.2 years ago
Neilfws 49k

If your Linux skills are really zero, then you have 2 choices: (1) learn the skills you need and/or (2) get help, locally. It's not easy to walk people through an installation remotely - you need someone sitting next to you to lead the way.

There are installation instructions for Cygwin in the package documentation and at this wiki page. The reason why they are not more detailed is because to experienced users, this is a trivial exercise and does not require a tutorial. Unfortunately to beginners, it's probably gibberish. Still, this is how we all got started :)

You've installed Cygwin - good. Now you need the development environment. Run the setup again and when you get to package selection, look for the "Devel" section. You will need at least gcc, gcc-g++, make and fortran 77. Possibly more, depending on what DOCK 6 requires.

Now you need to learn how to:

  • open a terminal
  • navigate to wherever on disk you saved dock.6.3.tar.gz
  • unpack a "tarball" using tar zxvf
  • move into the newly-created dock6/install directory
  • run the commands "./configure gnu", "make" and "make test"
  • run the newly-created DOCK programs from the terminal

As others have suggested: you may as well just run Linux, as either a dual-boot or a virtual machine. A lot of people believe that Cygwin allows them to "do Linux stuff in Windows", but this is not really true. The skills required to use Cygwin effectively are, essentially, Linux skills, so you gain nothing in terms of Windows usage.

ADD COMMENT
0
Entering edit mode

hey thanks for the reply

ADD REPLY
1
Entering edit mode
12.2 years ago
Flow ★ 1.5k

I guess it will be really complicated. Another option is to download a linux virtual machine previously installed with Virtual Box or similar, and there, easily install DOCK

ADD COMMENT
0
Entering edit mode
11.9 years ago
tienkhanh • 0

I also try to install dock6 in windows by cygwin , but when I did as you said, I run command"make" and "make test" then cygwin say that :"command not found"????

ADD COMMENT

Login before adding your answer.

Traffic: 2169 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6