Skip to content

Commit 6e1d335

Browse files
authored
Merge pull request sokrypton#288 from sokrypton/modmsa
fix lint error
2 parents 4079b01 + 2ffb793 commit 6e1d335

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

colabfold/batch.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,15 @@ def main():
16701670
help="defines: `max_msa_clusters:max_extra_msa` number of sequences to use",
16711671
type=str,
16721672
default=None,
1673-
choices=["512:5120", "512:1024", "256:512", "128:256", "64:128", "32:64", "16:32"],
1673+
choices=[
1674+
"512:5120",
1675+
"512:1024",
1676+
"256:512",
1677+
"128:256",
1678+
"64:128",
1679+
"32:64",
1680+
"16:32",
1681+
],
16741682
)
16751683

16761684
parser.add_argument(

0 commit comments

Comments
 (0)