We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca70db6 commit dc770a0Copy full SHA for dc770a0
src/main/scala/com/fulcrumgenomics/umi/CorrectUmis.scala
@@ -134,7 +134,7 @@ object CorrectUmis {
134
|using a cache, set the value to `0`.
135
|
136
|The reverse complement (using `--revcomp`) option will reverse complement the UMI in place. In the case of
137
- |multiple UMIs concatenated together, the individual UMIs are reverse complement, and the order
+ |multiple UMIs concatenated together, the individual UMIs are reverse complemented and the order
138
|reversed (eg. `AAGG-ACTG` is changed to `CAGT-CCTT`).
139
""")
140
class CorrectUmis
0 commit comments