From c4c1b1fd7a22714c2322de2bc9ec959a41ddaf51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Javier=20Gonz=C3=A1lez-Delgado?= <jgonzalezd@laas.fr>
Date: Fri, 26 Apr 2024 14:27:06 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 7d8f87c..e0206cb 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@ WARIO is a tool for the structural characterization of highly-flexible proteins.
 
 To run WARIO to characterize an ensemble, the user can directly execute the [contact_clustering](https://gitlab.laas.fr/moma/WARIO/-/blob/main/wario/contact_clustering.ipynb) notebook, which contains the detailed pipeline and allows a step-by-step implementation of the tool.
 
+#### The paper
+
+The complete and detailed presentation of the method is available in the WARIO paper: [https://doi.org/10.21203/rs.3.rs-4149901/v1](https://doi.org/10.21203/rs.3.rs-4149901/v1).
+
 ## Installing WARIO
 
 WARIO and its required dependencies can be automatically installed if Python >=3.8 is available. We recommend to perform the installation inside a [Python virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/). It can be created as follows
-- 
GitLab