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 ea41682 commit cac8004Copy full SHA for cac8004
alphafold3_pytorch/inputs.py
@@ -776,6 +776,7 @@ def molecule_to_atom_input(mol_input: MoleculeInput) -> AtomInput:
776
i = mol_input
777
778
molecules = i.molecules
779
+ molecule_ids = i.molecule_ids
780
atom_lens = i.molecule_token_pool_lens
781
extract_atom_feats_fn = i.extract_atom_feats_fn
782
extract_atompair_feats_fn = i.extract_atompair_feats_fn
0 commit comments