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 committed Dec 15, 2023
1 parent 2bd8699 commit ae3be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolkit/bamtools_filter.cpp
Original file line number Diff line number Diff line change
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 ae3be4e

Please sign in to comment.