Skip to content

Commit

Permalink
s/t/bamtools_filter.cpp: typo reverese/reverse.
Browse files Browse the repository at this point in the history
  • Loading branch information
emollier authored and SoapZA committed Dec 15, 2023
1 parent 5b3f4cf commit 46ed2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolkit/bamtools_filter.cpp
Expand Up @@ -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?";
Expand Down

0 comments on commit 46ed2fc

Please sign in to comment.