From 46ed2fcda2066365c0e67623f0ca278121cd25e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Mollier?= Date: Fri, 15 Dec 2023 19:04:56 +0100 Subject: [PATCH] s/t/bamtools_filter.cpp: typo reverese/reverse. --- src/toolkit/bamtools_filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolkit/bamtools_filter.cpp b/src/toolkit/bamtools_filter.cpp index 16a1b0d..bc4a3db 100644 --- a/src/toolkit/bamtools_filter.cpp +++ b/src/toolkit/bamtools_filter.cpp @@ -1020,7 +1020,7 @@ FilterTool::FilterTool() const std::string isFirstMateDesc = "keep only alignments marked as first mate?"; const std::string isMappedDesc = "keep only alignments that were mapped?"; const std::string isMateMappedDesc = "keep only alignments with mates that mapped"; - const std::string isMateReverseDesc = "keep only alignments with mate on reverese strand?"; + const std::string isMateReverseDesc = "keep only alignments with mate on reverse strand?"; const std::string isPairedDesc = "keep only alignments that were sequenced as paired?"; const std::string isPrimaryDesc = "keep only alignments marked as primary?"; const std::string isProperPairDesc = "keep only alignments that passed PE resolution?";