From ac767d9bd02920e62cc324c40afbd75b263ede9c Mon Sep 17 00:00:00 2001 From: FreshAirTonight Date: Sun, 20 Feb 2022 18:22:37 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d85692c..65f3465 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,20 @@ released by DeepMind in July 2021. After DeepMind released AlphaFold-Multimer [v #### Version 1.2 (2022-02-19) -- Added supports to AF-Multimer neural network models, in both paired and unpaired MSAs modes. +- Added supports to AF-Multimer neural network models, in both paired and unpaired MSAs modes - Domain cropping from pre-generated full monomer features (in unpaired MSAs mode only) - Checkpoint option for model inference - Code refactoring #### Version 1.0 (2021-11-09) -- Predicting structural models of a protein complex, e.g., a homooligomer or heterooligomer. +- Predicting structural models of a protein complex - Paired MSAs are not required for complex modeling - Metrics for evaluating structural models of protein-protein interfaces - Option to save the intermediate models during recycles - Added `genome`, `super`, `economy` presets - Modularized workflow including feature generation, DL model -inference and MD minimization. +inference and MD minimization ## Installation