From 2359261131bc4d5de04a73040075c72d57f11991 Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Mon, 21 Feb 2022 23:04:49 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80541aab..6654c669 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ A number of improvements were made to the pipeline recently, mainly with regard ```bash nextflow run nf-core/viralrecon \ --input samplesheet.csv \ - --outdir + --outdir \ --platform illumina \ --protocol metagenomic \ --genome 'MN908947.3' \ @@ -116,7 +116,7 @@ A number of improvements were made to the pipeline recently, mainly with regard ```bash nextflow run nf-core/viralrecon \ --input samplesheet.csv \ - --outdir + --outdir \ --platform illumina \ --protocol amplicon \ --genome 'MN908947.3' \ @@ -131,7 +131,7 @@ A number of improvements were made to the pipeline recently, mainly with regard ```bash nextflow run nf-core/viralrecon \ --input samplesheet.csv \ - --outdir + --outdir \ --platform nanopore \ --genome 'MN908947.3' \ --primer_set_version 3 \