Although you installed the program, you didn't add them to PATH. PATH is like a address where the machine looks for when you call the program/executable like hmmbuild. One easy way to fix this is rather than calling hmmbuild you can provide the complete path for the executable, like /cygwindrive/c/cygwin64/home/user/hmmer-3.1b2.cygwin64/hmmbuild. This way the system doesn't have to search anywhere and the executable is called directly.
Also, the correct way to fix is adding the programs to PATH as follows:
PATH=$PATH:/cygwindrive/c/cygwin64/home/user/hmmer-3.1b2.cygwin64
You can add this to your ~/.bashrc or run it every time you want to run HMMER.
(on the side note, if you're using Win10, you should probably enable the Linux subsystem rather than emulating the linux like environment with Cygwin. It is much more feature rich and will provide you the real linux experience)
I can't install even I read the instructor. (Same Win10 system with cygwin)
My problem is that once I "./configure", it says :
configure: Configuring HMMER for your system. checking build system type... x86_64-unknown-cygwin checking host system type... x86_64-unknown-cygwin configure: Full HMMER source distribution - using full configuration checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in
/hmmer-3.1b2-cygwin64': configure: error: no acceptable C compiler found in $PATH Seeconfig.log' for more detailsHow can I fix this?
Please use
unix subsystem for Windows 10(https://docs.microsoft.com/en-us/windows/wsl/about ) if you want to do this on Windows 10. You will have significantly less trouble. Do you also have enough memory to be able to run HMMER?Thank you "genomax", I can install now by following this () The problem is that I didn't install the some essential functions.
I know it is better to run with unix subsystem for Windows 10, but I am not sure if I can understand how to use it I am new to use this as well...(to this website, too)
BTW, I have 8GB RAM on my computer, is that enough?
Did you not install a compiler for cygwin? This is just the first link that showed up in a search to install
gcc.