google-deepmind / google-deepmind/alphafold

Improper chain IDs when running Multimer model

Open
#251 4 comments 0 reactions 0 assignees View on GitHub
error report
Dominant language
Python
Stars
14.9k
Forks
2.9k
PR merge metrics
No merged PRs in 30d

Description

When I've predicted some multimer structures, I've noticed that the chain IDs begin with B rather than A.

I was able to do a small fix in the code, but it might not be the best place for this change:

Line 265 in alphafold/common/protein.py:
chain_index = _maybe_remove_leading_dim(features['asym_id']) -> chain_index = _maybe_remove_leading_dim(features['asym_id'])-1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.