Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czc committed Jan 24, 2022
1 parent 9662e60 commit cb69ef8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Draft date: Apr. 20, 2021

## Quick Start
```sh
git clone https://github.com/Maggi-Chen/Inspector.git
git clone https://github.com/ChongLab/Inspector.git
cd Inspector/
./inspector.py -h

Expand Down Expand Up @@ -40,7 +40,7 @@ Inspector is a tool for assembly evaluation with long read data. The input inclu

Dependencies for Inspector:

python 2.7
* python
* pysam
* statsmodels (tested with version 0.10.1)

Expand All @@ -56,14 +56,14 @@ Dependencies for Inspector error correction module:

To create an environment with conda (recommended):
```
conda create --name ins python=2.7
conda create --name ins
conda activate ins
conda install -c bioconda inspector
```
Git install after installing all the dependencies.
```
git clone https://github.com/Maggi-Chen/Inspector.git
git clone https://github.com/ChongLab/Inspector.git
export PATH=$PWD/Inspector/:$PATH
```

Expand Down

0 comments on commit cb69ef8

Please sign in to comment.