Skip to content

Commit

Permalink
Update src/main/scala/com/fulcrumgenomics/bam/SortBam.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Stone <matthew.stone12@gmail.com>
  • Loading branch information
nh13 and msto authored May 30, 2024
1 parent aec90c7 commit 0c13e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/fulcrumgenomics/bam/SortBam.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import com.fulcrumgenomics.util.Io
|and several
|4. **RandomQuery**: sorts the reads into a random order but keeps reads with the same
| queryname together. The ordering is deterministic for any given input.
|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
| the earlier unclipped 5' coordinate of the read pair, the higher unclipped 5' coordinate of the
| read pair, library, the molecular identifier (MI tag), read name, and if R1 has the lower
| coordinates of the pair.
Expand Down

0 comments on commit 0c13e84

Please sign in to comment.