From 713f835bbca6be60c04444d2b512df683efdc950 Mon Sep 17 00:00:00 2001 From: "Besian I. Sejdiu" Date: Sun, 11 Apr 2021 03:29:00 -0500 Subject: [PATCH] new docs url --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index a60466e..9676f32 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ # prolintpy prolintpy is a lightweight python library that aimes to automate the analysis and visualization of **Pro**tein-**L**ipid **int**eractions. -The main goal and purpose of all the tools that are distributed as part of the ProLint framework is +The main goal and purpose of all the tools that are distributed as part of the ProLint framework is to bridge this widening gap between **data generation** and **gaining insight** on biologically-relevant interactions between lipids and proteins. prolintpy is the library that the ProLint webserver uses on the backend to automate topology generation and analysis of lipid-protein interactions. Please note, however, that @@ -52,7 +52,7 @@ python setup.py install ## Getting Started -Please follow the instructions provided in the documentation to get started. Note that, to use the visualization interface of prolintpy, +Please follow the instructions provided in the documentation to get started. Note that, to use the visualization interface of prolintpy, you should use JupyterLab. At the top of your notebook file, make sure to call the `output_notebook` function: ```python