We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403e08d commit 2b66f46Copy full SHA for 2b66f46
alphafold3_pytorch/alphafold3.py
@@ -4087,7 +4087,7 @@ def __init__(
4087
@property
4088
def can_calculate_unresolved_protein_rasa(self):
4089
try:
4090
- sh.which('mkdssp')
+ sh.which(self.dssp_path)
4091
return True
4092
except:
4093
return False
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.2.104"
+version = "0.2.105"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" },
0 commit comments