From 9e6654422e3f9f9f4c8a49549c8c9c3f225446e1 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Thu, 31 Aug 2023 22:52:18 +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 6b4f5b8..6e483cc 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Select how the transcriptome used for analysis should be prepared: - Gnerate transcriptome via the denovo pipeline `--transcriptome_source denovo"` -To run the workflow with direct RNA reads `--direct_rna false` (this just skips the pychopper step). +To run the workflow with direct RNA reads `--direct_rna true` (this just skips the pychopper step). Pychopper and minimap2 can take options via `--minimap2_opts` and `--pychopper_opts`, for example: diff --git a/docs/quickstart.md b/docs/quickstart.md index 582cadd..8301a8e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -68,7 +68,7 @@ Select how the transcriptome used for analysis should be prepared: - Gnerate transcriptome via the denovo pipeline `--transcriptome_source denovo"` -To run the workflow with direct RNA reads `--direct_rna false` (this just skips the pychopper step). +To run the workflow with direct RNA reads `--direct_rna true` (this just skips the pychopper step). Pychopper and minimap2 can take options via `--minimap2_opts` and `--pychopper_opts`, for example: