Skip to content

Commit

Permalink
fix: save plddt to pdb (evolutionaryscale#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynkim authored Jun 27, 2024
1 parent 41207fd commit e9f0602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esm/sdk/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def to_protein_chain(self) -> ProteinChain:
entity_id=None,
residue_index=None,
insertion_code=None,
confidence=None if self.plddt is None else self.plddt.detach().cpu().numpy(),
)
return protein_chain

Expand Down

0 comments on commit e9f0602

Please sign in to comment.