Skip to content

Commit

Permalink
add mamba installation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CChahrour committed Feb 9, 2024
1 parent 4c2563e commit d706b05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mi
bash Miniforge3-$(uname)-$(uname -m).sh
```

### Install from bioconda (recommended)

```bash
mamba install seqnado
```

## Quick installation

Use the following command to install SeqNado and all dependencies:
Expand All @@ -51,7 +57,7 @@ conda activate seqnado

### Install the pipeline

#### Install the package from pip (recommended)
#### Install the package from pip

```bash
pip install seqnado
Expand Down
2 changes: 1 addition & 1 deletion docs/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ seqnado-config chip

```

You should get somthing like this:
You should get something like this:

```bash
$ seqnado-config chip
Expand Down

0 comments on commit d706b05

Please sign in to comment.