diff --git a/docs/installation.md b/docs/installation.md index 8cbb8b6f..19d8d56d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ``` @@ -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