Skip to content

Commit 28c78c6

Browse files
committed
Revert "prepping for v1.4 tag"
This reverts commit 14b3bda.
1 parent 0d216d5 commit 28c78c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AlphaFold2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"source": [
4646
"<img src=\"https://raw.githubusercontent.com/sokrypton/ColabFold/main/.github/ColabFold_Marv_Logo_Small.png\" height=\"200\" align=\"right\" style=\"height:240px\">\n",
4747
"\n",
48-
"##ColabFold v1.4: AlphaFold2 using MMseqs2\n",
48+
"##ColabFold: AlphaFold2 using MMseqs2\n",
4949
"\n",
5050
"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. Old versions: [v1.0](https://colab.research.google.com/github/sokrypton/ColabFold/blob/v1.0-alpha/AlphaFold2.ipynb), [v1.1](https://colab.research.google.com/github/sokrypton/ColabFold/blob/v1.1-premultimer/AlphaFold2.ipynb), [v1.2](https://colab.research.google.com/github/sokrypton/ColabFold/blob/v1.2.0/AlphaFold2.ipynb), [v1.3](https://colab.research.google.com/github/sokrypton/ColabFold/blob/v1.3.0/AlphaFold2.ipynb)\n",
5151
"\n",
@@ -212,7 +212,7 @@
212212
"if [ ! -f COLABFOLD_READY ]; then\n",
213213
" # install dependencies\n",
214214
" # We have to use \"--no-warn-conflicts\" because colab already has a lot preinstalled with requirements different to ours\n",
215-
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold@v1.4\"\n",
215+
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold\"\n",
216216
" # high risk high gain\n",
217217
" pip install -q \"jax[cuda11_cudnn805]>=0.3.8,<0.4\" -f https://storage.googleapis.com/jax-releases/jax_releases.html\n",
218218
" touch COLABFOLD_READY\n",

batch/AlphaFold2_batch.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"id": "G4yBrceuFbf3"
3636
},
3737
"source": [
38-
"#ColabFold v1.4: AlphaFold2 w/ MMseqs2 BATCH\n",
38+
"#ColabFold: 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",
@@ -119,7 +119,7 @@
119119
"if [ ! -f COLABFOLD_READY ]; then\n",
120120
" # install dependencies\n",
121121
" # We have to use \"--no-warn-conflicts\" because colab already has a lot preinstalled with requirements different to ours\n",
122-
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold@v1.4\"\n",
122+
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold\"\n",
123123
" # high risk high gain\n",
124124
" pip install -q \"jax[cuda11_cudnn805]>=0.3.8,<0.4\" -f https://storage.googleapis.com/jax-releases/jax_releases.html\n",
125125
" touch COLABFOLD_READY\n",

0 commit comments

Comments
 (0)