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

About RuntimeError of hhsearch #49

Closed
Maikuraky opened this issue Jul 23, 2021 · 10 comments
Closed

About RuntimeError of hhsearch #49

Maikuraky opened this issue Jul 23, 2021 · 10 comments

Comments

@Maikuraky
Copy link

Due to the network, I use non-docker version. But in the process of Inference, there was a problem with hhsearch:
RuntimeError: HHSearch failed:
stdout:
stderr:

  • 00:22:03.447 INFO: /tmp/tmpkkewtvxt/query.a3m is in A2M, A3M or FASTA format
  • 00:22:03.593 INFO: Searching 80799 database HHMs without prefiltering
  • 00:22:03.629 INFO: Iteration 1
  • 00:22:03.986 INFO: Scoring 80799 HMMs using HMM-HMM Viterbi alignment
  • 00:22:04.056 INFO: Alternative alignment: 0
  • 00:23:25.517 INFO: 80799 alignments done
  • 00:23:25.786 INFO: Alternative alignment: 1
  • 00:23:30.387 INFO: 3802 alignments done
  • 00:23:30.391 INFO: Alternative alignment: 2
  • 00:23:31.297 INFO: 438 alignments done
  • 00:23:31.297 INFO: Alternative alignment: 3

Can someone give me some suggestions or solutions? thanks

@mestia
Copy link

mestia commented Aug 4, 2021

I am seeing the same issue, was it solved for you? What was the problem?
Thank you!

@7itrees
Copy link

7itrees commented Aug 13, 2021

I am seeing the same issue, was it solved for you? What was the problem?
Thank you!

I have the same error,was it solved for you?

@SoniaAndrys
Copy link

SoniaAndrys commented Aug 16, 2021

Hi @Maikuraky, I encountered the same problem while running alphafold2 on supercomputer with use of singularity (non-docker version here).
Do you have any tips on how to solve the issue?

Best regards,
Sonia

@yunxiangz
Copy link

I am seeing the same issue, was it solved for you? What was the problem?

Best regards,
Frank

@AaronFeller
Copy link

I also just hit this error running in singularity. Any fix?

@wdlingit
Copy link

Hi people! I am using the docker version and I got the same error (ONLY for the first line "INFO: /tmp/tmp2wr1c410/query.a3m is in A2M, A3M or FASTA format"), either using the full database or using the reduced database. Just noticed that this might be simple. Alphafold seemed working after I removed the terminal * from the input sequence file. Hope this would work for your situation.

@wttat
Copy link

wttat commented Jan 17, 2022

Hi people! I am using the docker version and I got the same error (ONLY for the first line "INFO: /tmp/tmp2wr1c410/query.a3m is in A2M, A3M or FASTA format"), either using the full database or using the reduced database. Just noticed that this might be simple. Alphafold seemed working after I removed the terminal * from the input sequence file. Hope this would work for your situation.

could you explain what is the terminal * from the input sequence file means, thanks

Best regards
Tong

@wdlingit
Copy link

wdlingit commented Jan 17, 2022

Hi people! I am using the docker version and I got the same error (ONLY for the first line "INFO: /tmp/tmp2wr1c410/query.a3m is in A2M, A3M or FASTA format"), either using the full database or using the reduced database. Just noticed that this might be simple. Alphafold seemed working after I removed the terminal * from the input sequence file. Hope this would work for your situation.

could you explain what is the terminal * from the input sequence file means, thanks

Best regards Tong

For example:

>MCHU
MADQLTEEQIAEFKEAFSLFDKDGDGTITTKELGTVMRSLGQNPTEAELQDMINEVDADGNGTID
FPEFLTMMARKMKDTDSEEEIREAFRVFDKDGNGYISAAELRHVMTNLGEKLTDEEVDEMIREA
DIDGDGQVNYEEFVQMMTAK*

The very last asterisk.

@wttat
Copy link

wttat commented Jan 17, 2022

Hi people! I am using the docker version and I got the same error (ONLY for the first line "INFO: /tmp/tmp2wr1c410/query.a3m is in A2M, A3M or FASTA format"), either using the full database or using the reduced database. Just noticed that this might be simple. Alphafold seemed working after I removed the terminal * from the input sequence file. Hope this would work for your situation.

could you explain what is the terminal * from the input sequence file means, thanks
Best regards Tong

For example:

>MCHU MADQLTEEQIAEFKEAFSLFDKDGDGTITTKELGTVMRSLGQNPTEAELQDMINEVDADGNGTID FPEFLTMMARKMKDTDSEEEIREAFRVFDKDGNGYISAAELRHVMTNLGEKLTDEEVDEMIREA DIDGDGQVNYEEFVQMMTAK*

The very last asterisk.

really appreciate that.

I have found the reason why I countered this. I used AWS CodeBuild to build my alphafold2 image, but it runs on a amd64 instance, so somehow it went wrong.

solution :
wttat@51afdd7

@mohsenumn
Copy link

Make sure you have given the necessary permissions to the alphafold_data files.
You can grant permission using chmod g+r * when you're in pdb70 directory, for example.

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

9 participants