Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing hmmer with Cygwin64 #336

Open
phantasm-21 opened this issue Jan 16, 2025 · 2 comments
Open

Error while installing hmmer with Cygwin64 #336

phantasm-21 opened this issue Jan 16, 2025 · 2 comments

Comments

@phantasm-21
Copy link

I was downloading hmmer using Cygwin64
Following the downloading steps I reached the step of the command "Make". It runs. Then when I do "Make check" the following errors occurs.

make[2]: ./../devkit/sqc: No such file or directory
make[2]: * [Makefile:34: check] Error 127
make[1]: * [Makefile:544: check] Error 2
make: * [Makefile:117: check] Error 2

and Suppose I ignore the make check step( it was optional as per the video I was following), later I faced "hmmbuild error" were it says no such command found. Please help me out. Thank You.

@npcarter
Copy link
Member

npcarter commented Jan 16, 2025 via email

@cryptogenomicon
Copy link
Member

The failure in make check is likely because you don't have Perl installed. The sqc script to run our automated tests is a Perl script. The make check is optional though, as you say, so you can just ignore this error.

If you get command not found, that's because hmmbuild (or whatever program is not found) is not in your ${PATH}, or whatever the Windows equivalent is. That's not a HMMER-specific question. However you run executable programs on your system (and wherever you install them), that's what you want to do with the HMMER programs too.

(HMMER should actually work fine under Cygwin, but as Nick said, we'd recommend using the WSL instead for HMMER on Windows systems.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants