From 816fe70b91164b80a9e9360a2b56f5c68df0c38d Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Fri, 11 Aug 2023 15:34:42 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0fb19a..6b4f5b8 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ tar -xzvf test_data.tar.gz **Example execution of a workflow for reference-based transcript assembly and fusion detection** ``` OUTPUT=~/output; -nexflow run epi2me-labs/wf-transcriptomes \ +nextflow run epi2me-labs/wf-transcriptomes \ --fastq ERR6053095_chr20.fastq \ --ref_genome chr20/hg38_chr20.fa \ --ref_annotation chr20/gencode.v22.annotation.chr20.gtf \ diff --git a/docs/quickstart.md b/docs/quickstart.md index 484e47d..582cadd 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -37,7 +37,7 @@ tar -xzvf test_data.tar.gz **Example execution of a workflow for reference-based transcript assembly and fusion detection** ``` OUTPUT=~/output; -nexflow run epi2me-labs/wf-transcriptomes \ +nextflow run epi2me-labs/wf-transcriptomes \ --fastq ERR6053095_chr20.fastq \ --ref_genome chr20/hg38_chr20.fa \ --ref_annotation chr20/gencode.v22.annotation.chr20.gtf \