Skip to content

Commit 1ff3619

Browse files
committed
increment to v1.5.1
fixing bug related to --save-all/--save-recycles
1 parent 755afd9 commit 1ff3619

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AlphaFold2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"source": [
4747
"<img src=\"https://raw.githubusercontent.com/sokrypton/ColabFold/main/.github/ColabFold_Marv_Logo_Small.png\" height=\"200\" align=\"right\" style=\"height:240px\">\n",
4848
"\n",
49-
"##ColabFold v1.5.0: AlphaFold2 using MMseqs2\n",
49+
"##ColabFold v1.5.1: AlphaFold2 using MMseqs2\n",
5050
"\n",
5151
"Easy to use protein structure and complex prediction using [AlphaFold2](https://www.nature.com/articles/s41586-021-03819-2) and [Alphafold2-multimer](https://www.biorxiv.org/content/10.1101/2021.10.04.463034v1). Sequence alignments/templates are generated through [MMseqs2](mmseqs.com) and [HHsearch](https://github.com/soedinglab/hh-suite). For more details, see <a href=\"#Instructions\">bottom</a> of the notebook, checkout the [ColabFold GitHub](https://github.com/sokrypton/ColabFold) and read our manuscript. \n",
5252
"Old version: [v1.4](https://colab.research.google.com/github/sokrypton/ColabFold/blob/v1.4.0/AlphaFold2.ipynb)\n",

batch/AlphaFold2_batch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"id": "G4yBrceuFbf3"
3636
},
3737
"source": [
38-
"#ColabFold: AlphaFold2 w/ MMseqs2 BATCH\n",
38+
"#ColabFold v1.5.1: AlphaFold2 w/ MMseqs2 BATCH\n",
3939
"\n",
4040
"<img src=\"https://raw.githubusercontent.com/sokrypton/ColabFold/main/.github/ColabFold_Marv_Logo_Small.png\" height=\"256\" align=\"right\" style=\"height:256px\">\n",
4141
"\n",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colabfold"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Making protein folding accessible to all. Predict proteins structures both in google colab and on your machine"
55
authors = [
66
"Milot Mirdita <[email protected]>",

0 commit comments

Comments
 (0)