Skip to content

Commit

Permalink
Update src/main/scala/com/fulcrumgenomics/umi/GroupReadsByUmi.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Homer <[email protected]>
  • Loading branch information
tfenne and nh13 authored Mar 1, 2022
1 parent b242d94 commit e891567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ object Strategy extends FgBioEnum[Strategy] {
| 4. Read Name
|
|During grouping, reads are filtered out if a) all reads with the same queryname are unmapped, b) any primary
|read has mapping quality < `min-map-q` (default=1), or c) the primary mappings for R1 and R1 are on different
|read has mapping quality < `min-map-q` (default=1), or c) the primary mappings for R1 and R2 are on different
|chromosomes and `--allow-inter-contig` has been set to false.
|
|Grouping of UMIs is performed by one of four strategies:
Expand Down

0 comments on commit e891567

Please sign in to comment.