Skip to content

Commit bac8444

Browse files
committed
ColabFold 1.6.0
1 parent f26a4e8 commit bac8444

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: 'ColabFold version'
1111
required: true
1212
type: string
13-
default: '1.5.5'
13+
default: '1.6.0'
1414

1515
env:
1616
REGISTRY: ghcr.io

AlphaFold2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"source": [
4545
"<img src=\"https://raw.githubusercontent.com/sokrypton/ColabFold/main/.github/ColabFold_Marv_Logo_Small.png\" height=\"200\" align=\"right\" style=\"height:240px\">\n",
4646
"\n",
47-
"##ColabFold v1.5.5: AlphaFold2 using MMseqs2\n",
47+
"##ColabFold v1.6.0: AlphaFold2 using MMseqs2\n",
4848
"\n",
4949
"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 [Nature Protocols](https://www.nature.com/articles/s41596-024-01060-5).\n",
5050
"\n",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ColabFold - v1.5.5
1+
# ColabFold - v1.6.0
22

3-
For details of what was changed in v1.5, see [change log](https://github.com/sokrypton/ColabFold/wiki/v1.5.0)!
3+
For details of what was changed in v1.6.0, see [change log](https://github.com/sokrypton/ColabFold/wiki/v1.6.0)!
44

55
<p align="center"><img src="https://github.com/sokrypton/ColabFold/raw/main/.github/ColabFold_Marv_Logo.png" height="250"/></p>
66

batch/AlphaFold2_batch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"id": "G4yBrceuFbf3"
3737
},
3838
"source": [
39-
"#ColabFold v1.5.5: AlphaFold2 w/ MMseqs2 BATCH\n",
39+
"#ColabFold v1.6.0: AlphaFold2 w/ MMseqs2 BATCH\n",
4040
"\n",
4141
"<img src=\"https://raw.githubusercontent.com/sokrypton/ColabFold/main/.github/ColabFold_Marv_Logo_Small.png\" height=\"256\" align=\"right\" style=\"height:256px\">\n",
4242
"\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.5"
3+
version = "1.6.0"
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)