diff --git a/README.md b/README.md index 7d8f87c017dabbaee8234c16272e507f747849ce..e0206cbcfd5d4c72d1499b4c7a31413eb6369d3e 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