Skip to content

Commit 37f1439

Browse files
authored
maybe fix (#290)
1 parent 9f27766 commit 37f1439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alphafold3_pytorch/inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,6 +2166,7 @@ class PDBInput:
21662166
add_atom_ids: bool = False
21672167
add_atompair_ids: bool = False
21682168
directed_bonds: bool = False
2169+
custom_atoms: List[str]| None = None
21692170
training: bool = False
21702171
inference: bool = False
21712172
distillation: bool = False

0 commit comments

Comments
 (0)