Skip to content

Commit 7f22098

Browse files
committed
Release v0.11.1
1 parent 583ffcb commit 7f22098

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openprotein/molecules/complex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def set_name(self, x: bytes | str | None) -> "Complex":
4848

4949
@property
5050
def templates(self) -> "Sequence[Protein | Complex | Template]":
51+
"""A list of templates for guiding the structure prediction of this molecular complex."""
5152
return self._templates
5253

5354
@templates.setter

openprotein/molecules/protein.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def set_msa(self, x: "str | MSAFuture | None | Type[NullMSA]") -> "Protein":
150150

151151
@property
152152
def templates(self) -> "Sequence[Protein | Complex | Template]":
153+
"""A list of templates for guiding the structure prediction of this protein."""
153154
return self._templates
154155

155156
@templates.setter

0 commit comments

Comments
 (0)