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

why colabdesign alphafold limits on insertion code at chain #113

Closed
rocke2020 opened this issue Feb 10, 2023 · 0 comments
Closed

why colabdesign alphafold limits on insertion code at chain #113

rocke2020 opened this issue Feb 10, 2023 · 0 comments

Comments

@rocke2020
Copy link

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.')
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

1 participant