We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371db03 commit 0a03aa9Copy full SHA for 0a03aa9
src/main/scala/com/fulcrumgenomics/umi/ExtractUmisFromBam.scala
@@ -61,7 +61,7 @@ import htsjdk.samtools.util._
61
|The read structure describes the structure of a given read as one or more read segments. A read segment describes
62
|a contiguous stretch of bases of the same type (ex. template bases) of some length and some offset from the start
63
|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:
+ |Four kinds of operators are recognized:
65
|
66
|1. `T` identifies a template read
67
|2. `B` identifies a sample barcode read
0 commit comments