From 12af673f66dc87307008de2ce2d5ff2a673f600c Mon Sep 17 00:00:00 2001 From: Min Gao <mgao@uabmc.edu> Date: Thu, 18 Mar 2021 21:08:39 -0500 Subject: [PATCH] modified: README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a8b1f20..48a1ae0 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,13 @@ Linux/Unix Python (>= 3.7) ## Install Scanpy through conda: -The Miniconda3 package management system can be used to harmonize all of the software packages. We can install Scanpy using the conda environment. -Use the following commands to install Miniconda3: -$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh +The Miniconda3 package management system can be used to harmonize all of the software packages. We can install Scanpy using the following commands to install Miniconda3: +``` +$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh $ bash Miniconda3-latest-Linux-x86_64.sh - +``` We can create an isolated environment for Scanpy and install through the following commands: +``` $ conda config --add channels defaults $ conda config --add channels bioconda $ conda config --add channels conda-forge @@ -18,10 +19,10 @@ $ conda install seaborn scikit-learn statsmodels numba pytables $ conda install -c conda-forge python-igraph leidenalg $ conda install -c bioconda scanpy $ conda install -c anaconda ipykernel - +``` ## Clone the repository: +``` $ git clone git@gitlab.rc.uab.edu:attis2021/single_cell_rnaseq_scanpy.git - +``` ## Tutorial: A more detailed tutorial of how to analyze PBMC data use Scanpy can be found in file scanpy_pbmc_tutorial.ipynb. - -- GitLab