From 3ac202d457ea9a92025ef6138eed921c8763c09b Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Mon, 12 Jun 2023 09:03:29 +0100 Subject: [PATCH] Typo --- README.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed47794..7c9a535 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Pychopper and minimap2 can take options via `minimap2_opts` and `pychopper_opts` - pychopper needs to know which cDNA synthesis kit used - SQK-PCS109: use `pychopper_opts = '-k PCS109'` (default) - SQK-PCS110: use `pychopper_opts = '-k PCS110'` - - SQK-PCS11: use `pychopper_opts = '-k PCS111'` + - SQK-PCS111: use `pychopper_opts = '-k PCS111'` - pychopper can use one of two available backends for identifying primers in the raw reads - nhmmscan `pychopper opts = '-m phmm'` - edlib `pychopper opts = '-m edlib'` diff --git a/docs/quickstart.md b/docs/quickstart.md index a1fdce3..fed5d5c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -72,7 +72,7 @@ Pychopper and minimap2 can take options via `minimap2_opts` and `pychopper_opts` - pychopper needs to know which cDNA synthesis kit used - SQK-PCS109: use `pychopper_opts = '-k PCS109'` (default) - SQK-PCS110: use `pychopper_opts = '-k PCS110'` - - SQK-PCS11: use `pychopper_opts = '-k PCS111'` + - SQK-PCS111: use `pychopper_opts = '-k PCS111'` - pychopper can use one of two available backends for identifying primers in the raw reads - nhmmscan `pychopper opts = '-m phmm'` - edlib `pychopper opts = '-m edlib'`