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 19a934a commit 8d0f119Copy full SHA for 8d0f119
alphafold3_pytorch/inputs.py
@@ -1883,7 +1883,7 @@ def __init__(
1883
1884
assert folder.exists() and folder.is_dir()
1885
1886
- self.files = [*folder.glob('*.cif')]
+ self.files = [*folder.glob('**/*.cif')]
1887
self.pdb_input_kwargs = pdb_input_kwargs
1888
self.training = training
1889
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.2.16"
+version = "0.2.17"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" }
0 commit comments