Skip to content

Commit 6be5252

Browse files
committed
fix:app:rosettaligand:typing:chain::str
1 parent 8d2fd81 commit 6be5252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RosettaPy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
"RosettaCartesianddGAnalyser",
2323
]
2424

25-
__version__ = "0.2.11-post.1"
25+
__version__ = "0.2.11-post.2"

src/RosettaPy/app/rosettaligand.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class RosettaLigand:
4747
box_size: int = 30
4848
move_distance: float = 0.5
4949
gridwidth: int = 45
50-
chain_id_for_dock = "B"
50+
chain_id_for_dock: str = "B"
5151
start_from_xyz: Optional[Tuple[float, float, float]] = None
5252

5353
node: NodeClassType = field(default_factory=Native)

0 commit comments

Comments
 (0)