Skip to content

Commit 46ed2fc

Browse files
emollierSoapZA
authored andcommitted
s/t/bamtools_filter.cpp: typo reverese/reverse.
1 parent 5b3f4cf commit 46ed2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolkit/bamtools_filter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ FilterTool::FilterTool()
10201020
const std::string isFirstMateDesc = "keep only alignments marked as first mate?";
10211021
const std::string isMappedDesc = "keep only alignments that were mapped?";
10221022
const std::string isMateMappedDesc = "keep only alignments with mates that mapped";
1023-
const std::string isMateReverseDesc = "keep only alignments with mate on reverese strand?";
1023+
const std::string isMateReverseDesc = "keep only alignments with mate on reverse strand?";
10241024
const std::string isPairedDesc = "keep only alignments that were sequenced as paired?";
10251025
const std::string isPrimaryDesc = "keep only alignments marked as primary?";
10261026
const std::string isProperPairDesc = "keep only alignments that passed PE resolution?";

0 commit comments

Comments
 (0)