From 08df3672866b05d82e11928488e571506c216a64 Mon Sep 17 00:00:00 2001 From: Zhijian Li Date: Thu, 6 May 2021 23:13:00 +0200 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ba19d..e855835 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # scOpen: chromatin-accessibility estimation for single-cell ATAC data ## Installation -First some dependencies \ +First some dependencies ```commandline pip install cython numpy scipy ``` -Then install scopen with all other dependencies \ +Then install scopen with all other dependencies ```commandline pip install scopen ``` -Alternatively (but not recommended), you can clone this repository: \ ```commandline git clone https://github.com/CostaLab/scopen.git ```