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 a2e2f33 commit 76126d2Copy full SHA for 76126d2
alphafold3_pytorch/inputs.py
@@ -670,7 +670,7 @@ def molecule_to_atom_input(mol_input: MoleculeInput) -> AtomInput:
670
msa=i.msa,
671
templates=i.templates,
672
msa_mask=i.msa_mask,
673
- templates_mask=i.templates_mask,
+ template_mask=i.template_mask,
674
missing_atom_mask=missing_atom_mask,
675
additional_token_feats=i.additional_token_feats,
676
additional_molecule_feats=i.additional_molecule_feats,
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.2.93"
+version = "0.2.95"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" }
0 commit comments