Skip to content

Commit 4768a65

Browse files
committed
fix MSA_TYPE
1 parent 2cdc53b commit 4768a65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alphafold3_pytorch/data/msa_parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Constants
2222

23-
MSA_TYPE = Literal["protein", "dna", "rna"]
23+
MSA_TYPE = Literal["protein", "dna", "rna", "ligand"]
2424

2525
# Utilities for extracting identifiers from MSA sequence descriptions.
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "lucidrains@gmail.com" },

0 commit comments

Comments
 (0)