We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec90c7 commit 0c13e84Copy full SHA for 0c13e84
src/main/scala/com/fulcrumgenomics/bam/SortBam.scala
@@ -41,7 +41,7 @@ import com.fulcrumgenomics.util.Io
41
|and several
42
|4. **RandomQuery**: sorts the reads into a random order but keeps reads with the same
43
| queryname together. The ordering is deterministic for any given input.
44
- |5. **TemplateCoordinate**: sorts the reads The sort order used by `GroupReadByUmi`. Sorts reads by
+ |5. **TemplateCoordinate**: The sort order used by `GroupReadByUmi`. Sorts reads by
45
| the earlier unclipped 5' coordinate of the read pair, the higher unclipped 5' coordinate of the
46
| read pair, library, the molecular identifier (MI tag), read name, and if R1 has the lower
47
| coordinates of the pair.
0 commit comments