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
What chain ID does the function parseMMCIF use: asym_id (a unique and sequential identifier of each molecule (starting from letter A) in the model) or auth_asym_id (author provided (or PDB assigned) Chain ID)?
When I observed 1mj1, it seems that this function used asym_id rather than auth_asym_id:
There is also an key word argument unite_chains option to change this behaviour
:arg unite_chains: unite chains with the same segment name (auth_asym_id), making chain ids be
auth_asym_id instead of label_asym_id. This can be helpful in some cases e.g. alignments, but can
cause some problems too. For example, using :meth:`.buildBiomolecules` afterwards requires original
chain id (label_asym_id). Using biomol=True, inside parseMMCIF is fine.
Default is *False*
:type unite_chains: bool
For some reason, this help was only added to parseMMCIFStream and not parseMMCIF so I'll change that.
Hello,
What chain ID does the function
parseMMCIF
use:asym_id
(a unique and sequential identifier of each molecule (starting from letter A) in the model) orauth_asym_id
(author provided (or PDB assigned) Chain ID)?When I observed
1mj1
, it seems that this function usedasym_id
rather thanauth_asym_id
:Sequence in fasta file:
However, I'm not sure about it. Could you please confirm?
The text was updated successfully, but these errors were encountered: