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
Dear sokrypton,
In colabdesign/af/alphafold/common/protein.py, there are limit on insertion code at chain as the code snippet below.
Could you teach why alphafold design has this limit of PDB data? thanks!!
for res in chain:
if res.id[2] != ' ':
raise ValueError(
f'PDB contains an insertion code at chain {chain.id} and residue '
f'index {res.id[1]}. These are not supported.')
The text was updated successfully, but these errors were encountered:
Dear sokrypton,
In colabdesign/af/alphafold/common/protein.py, there are limit on insertion code at chain as the code snippet below.
Could you teach why alphafold design has this limit of PDB data? thanks!!
The text was updated successfully, but these errors were encountered: