From a67e11aebec97494fd70c40db465b8dc584daca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Sch=C3=BCtze?= Date: Thu, 22 Jul 2021 14:46:47 +0200 Subject: [PATCH] Update changelog version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23669c74..3b3eb3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.2.1 * BETA: in-silico mutagenesis using ProtTransBertBFD. This computes the likelihood that, according to Bert, a residue in a protein can be a certain amino acid, which can be used as an estimate for the effect of a mutation. This adds two a new `mutagenesis` and a new protocol `plot_mutagenesis` in the `visualize` stages, of which the first one computes the probabilities and writes them to a csv file while the latter visualizes the results as interactive plotly figure. * Support `half_precision_model` for `prottrans_bert_bfd` and `prottrans_albert_bfd`