You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returning error hit.name did not start with PDBID_chain
Steps to Reproduce (for bugs)
Custom import of mmCIF template will always return error no matter how many resets
ColabFold Output (for bugs)
Traceback (most recent call last):
File "/content/colabfold/batch.py", line 1465, in run
= get_msa_and_templates(jobname, query_sequence, a3m_lines, result_dir, msa_mode, use_templates,
File "/content/colabfold/batch.py", line 792, in get_msa_and_templates
template_feature = mk_template(
File "/content/colabfold/batch.py", line 138, in mk_template
templates_result = template_featurizer.get_templates(
File "/content/alphafold/data/templates.py", line 883, in get_templates
result = _process_single_hit(
File "/content/alphafold/data/templates.py", line 686, in _process_single_hit
hit_pdb_code, hit_chain_id = _get_pdb_id_and_chain(hit)
File "/content/alphafold/data/templates.py", line 103, in _get_pdb_id_and_chain
raise ValueError(f'hit.name did not start with PDBID_chain: {hit.name}')
ValueError: hit.name did not start with PDBID_chain: AF-P00750-F1-model_v4_A
Context
I've read previous resolved issues and my file comply with the fixes but resetting the runtime will always return the error. I'm not too familiar with PDB and mmCIF files and I interpreted the error as unadded chain name. However I did found label_asym_id and the chain label so I'm quite confused. The file is also an AlphaFold output of tissue-type Plasminogen Activator on UniProt. The file is tPAmmCIF.zip
Your Environment
The ColabFold notebook with A100 GPU as accelerator.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Successful parsing of 9 mmCIF files.
Current Behavior
Returning error hit.name did not start with PDBID_chain
Steps to Reproduce (for bugs)
Custom import of mmCIF template will always return error no matter how many resets
ColabFold Output (for bugs)
Traceback (most recent call last):
File "/content/colabfold/batch.py", line 1465, in run
= get_msa_and_templates(jobname, query_sequence, a3m_lines, result_dir, msa_mode, use_templates,
File "/content/colabfold/batch.py", line 792, in get_msa_and_templates
template_feature = mk_template(
File "/content/colabfold/batch.py", line 138, in mk_template
templates_result = template_featurizer.get_templates(
File "/content/alphafold/data/templates.py", line 883, in get_templates
result = _process_single_hit(
File "/content/alphafold/data/templates.py", line 686, in _process_single_hit
hit_pdb_code, hit_chain_id = _get_pdb_id_and_chain(hit)
File "/content/alphafold/data/templates.py", line 103, in _get_pdb_id_and_chain
raise ValueError(f'hit.name did not start with PDBID_chain: {hit.name}')
ValueError: hit.name did not start with PDBID_chain: AF-P00750-F1-model_v4_A
Context
I've read previous resolved issues and my file comply with the fixes but resetting the runtime will always return the error. I'm not too familiar with PDB and mmCIF files and I interpreted the error as unadded chain name. However I did found label_asym_id and the chain label so I'm quite confused. The file is also an AlphaFold output of tissue-type Plasminogen Activator on UniProt. The file is
tPAmmCIF.zip
Your Environment
The ColabFold notebook with A100 GPU as accelerator.
The text was updated successfully, but these errors were encountered: