From 37975a6aeb834757023b93b1c816cc6c5c4b4207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Gonz=C3=A1lez-Delgado?= <jgonzalezd@laas.fr> Date: Wed, 26 Jul 2023 14:07:32 +0000 Subject: [PATCH] Update contact_clustering.ipynb --- concha/contact_clustering.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concha/contact_clustering.ipynb b/concha/contact_clustering.ipynb index 8bd2a95..6a317fb 100644 --- a/concha/contact_clustering.ipynb +++ b/concha/contact_clustering.ipynb @@ -5,9 +5,9 @@ "id": "bb55010f", "metadata": {}, "source": [ - "### CONCHA: Contact-based characterization of conformational ensembles of highly flexible proteins\n", + "### WARIO: Weighted fAmilies of contact maps to chaRacterize conformational ensembles of (highly-)flexIble prOteins\n", "\n", - "This is the Jupyter notebook implementing the pipeline that defines CONCHA. The notebook takes an ensemble as input, features its conformations using contact information and perform a clustering algorithm to retrieve the ensemble characterization. The user can follow the guidelines presented below to implement CONCHA step-by-step. First, the required libraries must be imported together with the experimental parameters that calibrate the contact function." + "This is the Jupyter notebook implementing the pipeline that defines WARIO. The notebook takes an ensemble as input, features its conformations using contact information and perform a clustering algorithm to retrieve the ensemble characterization. The user can follow the guidelines presented below to implement WARIO step-by-step. First, the required libraries must be imported together with the experimental parameters that calibrate the contact function." ] }, { -- GitLab