Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut authored Jul 30, 2022
1 parent bfcfc7d commit 39318e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ conda install -y nodejs=12 # any version >10 should be fine

### Step 2: Install RAMPART

```bash
conda install -y artic-network::rampart
```

...this will install the latest release. To install a particular version (say, 1.1.0) use:

```bash
conda install -y artic-network::rampart=1.1.0
```
Expand All @@ -46,7 +52,7 @@ conda install -y -c conda-forge -c bioconda "snakemake<5.11" # snakemake 5.11 wi
conda install -y bioconda::minimap2=2.17
```

If you are using guppy to demux samples, you don't need Porechop,
If you are using MinKNOW to separate samples by barcodes, you don't need Porechop,
however if you require RAMPART to perform demuxing then you must install the ARTIC fork of Porechop:

```bash
Expand Down

0 comments on commit 39318e9

Please sign in to comment.