Skip to content

Commit ff3ab54

Browse files
committed
fix typo
1 parent a227f47 commit ff3ab54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/fulcrumgenomics/umi/CopyUmiFromReadName.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import com.fulcrumgenomics.util.{Io, ProgressLogger}
4747
|Some tools (e.g. BCL Convert) may reverse-complement UMIs on R2 and add a prefix to indicate that the sequence
4848
|has been reverse-complemented. The `--rc-prefix` option specifies the prefix character(s) and causes them to
4949
|be removed. Additionally, if the `--normalize-rc-umis` flag is specified, any reverse-complemented UMIs will
50-
|be normalized (i.e., reverse-completemented back to be in the forward orientation).
50+
|be normalized (i.e., reverse-complemented back to be in the forward orientation).
5151
|
5252
|To obtain behavior similar to `umi_tools`' `--umi-separator=":r"`, specify the delimiter and
5353
|prefix separately, i.e. `--field-delimiter=":"` and `--rc-prefix="r"`.

0 commit comments

Comments
 (0)