Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgmarin committed Mar 11, 2024
1 parent 9a73f32 commit 41b6de1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,27 @@ The Nucleotide Redundancy Correction (NRC) pipeline adjusts for redundancy at th
--->

## Installation
### `pip`
```
pip install panqc
```

### Install locally
Currently, `panqc` can be installed by cloning this repository and installing with `pip`.

```
git clone git@github.com:maxgmarin/pgqc.git
git clone git@github.com:maxgmarin/panqc.git
cd pgqc
cd panqc
pip install .
```

### `pip`
```
pip install panqc
```

### `conda`
>🚧 Check back soon 🚧



## Basic usage

```
Expand Down

0 comments on commit 41b6de1

Please sign in to comment.