Skip to content

Commit cac8004

Browse files
authored
Update inputs.py (#289)
1 parent ea41682 commit cac8004

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
@@ -776,6 +776,7 @@ def molecule_to_atom_input(mol_input: MoleculeInput) -> AtomInput:
776776
i = mol_input
777777

778778
molecules = i.molecules
779+
molecule_ids = i.molecule_ids
779780
atom_lens = i.molecule_token_pool_lens
780781
extract_atom_feats_fn = i.extract_atom_feats_fn
781782
extract_atompair_feats_fn = i.extract_atompair_feats_fn

0 commit comments

Comments
 (0)