File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1770,7 +1770,7 @@ def alphafold3_input_to_molecule_lengthed_molecule_input(
1770
1770
1771
1771
# NOTE: since `Alphafold3Input` is only used for inference, we can safely assume that
1772
1772
# the middle atom frame of each ligand molecule is a suitable representative frame for the ligand
1773
- atom_indices_for_frame .append (frames [len (frames ) // 2 ].tolist ())
1773
+ atom_indices_for_frame .append (tuple ( frames [len (frames ) // 2 ].tolist () ))
1774
1774
1775
1775
ligand_atom_pos_offset += num_ligand_atoms
1776
1776
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " alphafold3-pytorch"
3
- version = " 0.7.10 "
3
+ version = " 0.7.11 "
4
4
description = " Alphafold 3 - Pytorch"
5
5
authors = [
6
6
{
name =
" Phil Wang" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments