From b95214bd97e3e55aa73fafbc5eacdf19abccebe6 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 25 Nov 2021 11:51:20 +0900 Subject: [PATCH] Release v1.2.0 --- AlphaFold2.ipynb | 2 +- batch/AlphaFold2_batch.ipynb | 2 +- beta/AlphaFold2_advanced_old.ipynb | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AlphaFold2.ipynb b/AlphaFold2.ipynb index 1b35db9f..a9a52e3a 100644 --- a/AlphaFold2.ipynb +++ b/AlphaFold2.ipynb @@ -186,7 +186,7 @@ " pip install -q biopython dm-haiku ml-collections py3Dmol\n", " # Trick for dev stage because otherwise pip won't install newer git versions\n", " pip uninstall -y -q colabfold\n", - " pip install -q \"colabfold[alphafold] @ git+https://github.com/sokrypton/ColabFold\"\n", + " pip install -q \"colabfold[alphafold]==1.2.0\" # Changed for release notebook\n", " touch COLABFOLD_READY\n", "fi\n", "\n", diff --git a/batch/AlphaFold2_batch.ipynb b/batch/AlphaFold2_batch.ipynb index 9f853c88..d0a68c3a 100644 --- a/batch/AlphaFold2_batch.ipynb +++ b/batch/AlphaFold2_batch.ipynb @@ -126,7 +126,7 @@ "USE_TEMPLATES=$3\n", "\n", "# Trick for dev stage because otherwise pip won't install newer git versions\n", - "pip install -q 'git+https://github.com/sokrypton/ColabFold.git#egg=ColabFold[alphafold]'\n", + "pip install -q \"colabfold[alphafold]==1.2.0\" # Changed for release notebook\n", "\n", "# Download params (~1min)\n", "python -m colabfold.download\n", diff --git a/beta/AlphaFold2_advanced_old.ipynb b/beta/AlphaFold2_advanced_old.ipynb index 7f26cf2f..933ecdee 100644 --- a/beta/AlphaFold2_advanced_old.ipynb +++ b/beta/AlphaFold2_advanced_old.ipynb @@ -1121,4 +1121,4 @@ "outputs": [] } ] -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f11d33f6..20960611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "colabfold" -version = "1.1.0" +version = "1.2.0" description = "Making protein folding accessible to all. Predict proteins structures both in google colab and on your machine" authors = [ "Milot Mirdita ",