google-deepmind / alphafold

Open source code for AlphaFold.
Apache License 2.0
12.35k stars 2.21k forks source link

RuntimeError: HHblits failed. Unrecognized HMM file format in '468479486' #920

Open Madhumitha0206 opened 6 months ago

Madhumitha0206 commented 6 months ago

Hi, We are trying to run the nfcore proteinfold pipeline in ec2. While running the alphafold, we are getting an error message saying HHblits failed. It comes from the python file "/app/alphafold/alphafold/data/tools/hhblits.py" which is in the nf-core / proteinfold_alphafold2_standard container. We are using the dev version of the container (https://quay.io/repository/nf-core/proteinfold_alphafold2_standard?tab=tags).

The error details : Command error: File "/app/alphafold/alphafold/data/pipeline_multimer.py", line 264, in process chain_features = self._process_single_chain( File "/app/alphafold/alphafold/data/pipeline_multimer.py", line 212, in _process_single_chain chain_features = self._monomer_data_pipeline.process( File "/app/alphafold/alphafold/data/pipeline.py", line 215, in process hhblits_bfd_uniref_result = run_msa_tool( File "/app/alphafold/alphafold/data/pipeline.py", line 96, in run_msa_tool result = msa_runner.query(input_fasta_path)[0] File "/app/alphafold/alphafold/data/tools/hhblits.py", line 143, in query raise RuntimeError('HHblits failed\nstdout:\n%s\n\nstderr:\n%s\n' % ( RuntimeError: HHblits failed stdout:

stderr:

Please help us resolve this issue. Thanks in advance