Skip to content

Commit 8d0f119

Browse files
committed
last commit for the day
1 parent 19a934a commit 8d0f119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alphafold3_pytorch/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ def __init__(
18831883

18841884
assert folder.exists() and folder.is_dir()
18851885

1886-
self.files = [*folder.glob('*.cif')]
1886+
self.files = [*folder.glob('**/*.cif')]
18871887
self.pdb_input_kwargs = pdb_input_kwargs
18881888
self.training = training
18891889

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" }

0 commit comments

Comments
 (0)