Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jul 12, 2024
1 parent d5c2319 commit c047a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import com.fulcrumgenomics.util.{Io, ProgressLogger}
|Some tools (e.g. BCL Convert) may reverse-complement UMIs on R2 and add a prefix to indicate that the sequence
|has been reverse-complemented. The `--rc-prefix` option specifies the prefix character(s) and causes them to
|be removed. Additionally, if the `--normalize-rc-umis` flag is specified, any reverse-complemented UMIs will
|be normalized (i.e., reverse-completemented back to be in the forward orientation).
|be normalized (i.e., reverse-complemented back to be in the forward orientation).
|
|To obtain behavior similar to `umi_tools`' `--umi-separator=":r"`, specify the delimiter and
|prefix separately, i.e. `--field-delimiter=":"` and `--rc-prefix="r"`.
Expand Down

0 comments on commit c047a1e

Please sign in to comment.