From 5baf945cec82a5d2f425c8bba7870498c6a45509 Mon Sep 17 00:00:00 2001 From: Jonathan Oribello Date: Thu, 3 Aug 2023 12:26:25 -0700 Subject: [PATCH] fix[typo] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6cf5cf..9bf4eb2 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ page](http://deweylab.github.io/RSEM/convert-sam-for-rsem.html). Note that RSEM does ** not ** support gapped alignments. So make sure that your aligner does not produce alignments with -intersions/deletions. In addition, you should make sure that you use +insertions/deletions. In addition, you should make sure that you use `reference_name.idx.fa`, which is generated by RSEM, to build your aligner's indices.