From 0a03aa9b19def665b92ad8887e743332daa3bceb Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 1 Feb 2024 11:37:14 -0700 Subject: [PATCH] Fix typo in ExtractUmisFromBam.scala (#966) Fixes #965 --- src/main/scala/com/fulcrumgenomics/umi/ExtractUmisFromBam.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/com/fulcrumgenomics/umi/ExtractUmisFromBam.scala b/src/main/scala/com/fulcrumgenomics/umi/ExtractUmisFromBam.scala index 6688e8e09..7159c6c0e 100644 --- a/src/main/scala/com/fulcrumgenomics/umi/ExtractUmisFromBam.scala +++ b/src/main/scala/com/fulcrumgenomics/umi/ExtractUmisFromBam.scala @@ -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 `` 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