Hello everyone, I'm trying to run the MiPFinder algorithm on a windows 10 laptop. So first I've installed Cygwin64 and downloaded hmmer-3.1b2-cygwin64.tar.gz in order to install it.
I followed this tutorial:
And after running 'make check', i get the following errors:
https://freeimage.host/i/2734P1
Could someone please help me?
Thanks!
1 answer
I will offer you an opinion, and I suspect that you will discover something similar on your own: most Linux programs do not install in straightforward way under Windows.
The error happens in the easel part of HMMer, which contains utility programs that you may not even need. Specifically, it is trying to run sqc which is a Perl script, so you likely don't have Perl installed. I would look for the directory where HMMer binaries are installed and check whether those work. If so, you are probably good to go. Chances are actually that easel utilities work as well if things compiled without error messages, but you may not be able to test them using make check.
Log in to answer this question.