Skip to content

Commit 0a03aa9

Browse files
authored
Fix typo in ExtractUmisFromBam.scala (#966)
Fixes #965
1 parent 371db03 commit 0a03aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import htsjdk.samtools.util._
6161
|The read structure describes the structure of a given read as one or more read segments. A read segment describes
6262
|a contiguous stretch of bases of the same type (ex. template bases) of some length and some offset from the start
6363
|of the read. Read structures are made up of `<number><operator>` pairs much like the CIGAR string in BAM files.
64-
|Four kinds ofoperators are recognized:
64+
|Four kinds of operators are recognized:
6565
|
6666
|1. `T` identifies a template read
6767
|2. `B` identifies a sample barcode read

0 commit comments

Comments
 (0)