Skip to content

Commit

Permalink
Update usage docs a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Oct 25, 2023
1 parent a637753 commit 7161c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/com/fulcrumgenomics/umi/GroupReadsByUmi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ object Strategy extends FgBioEnum[Strategy] {
|If the `--mark-duplicates` option is given, reads will also have their duplicate flag set in the BAM file.
|Each tag-family is treated separately, and a single template within the tag family is chosen to be the "unique"
|template and marked as non-duplicate, while all other templates in the tag family are then marked as duplicate.
|One limitation of duplicate-marking mode, vs. e.g. Picard MarkDuplicates, is that read pairs with one unmapped read
|are duplicate-marked independently from read pairs with both reads mapped.
|
|Several parameters have different defaults depending on whether duplicates are being marked or not (all are
|directly settable on the command line):
Expand Down

0 comments on commit 7161c4a

Please sign in to comment.