Skip to content

Commit

Permalink
Fix typo in ExtractUmisFromBam.scala
Browse files Browse the repository at this point in the history
Fixes #965
  • Loading branch information
nh13 authored Feb 1, 2024
1 parent 371db03 commit 7acaaaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import htsjdk.samtools.util._
|The read structure describes the structure of a given read as one or more read segments. A read segment describes
|a contiguous stretch of bases of the same type (ex. template bases) of some length and some offset from the start
|of the read. Read structures are made up of `<number><operator>` pairs much like the CIGAR string in BAM files.
|Four kinds ofoperators are recognized:
|Four kinds of operators are recognized:
|
|1. `T` identifies a template read
|2. `B` identifies a sample barcode read
Expand Down

0 comments on commit 7acaaaa

Please sign in to comment.