Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Feb 14, 2025
1 parent 836e3d3 commit f1bfc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/com/fulcrumgenomics/bam/api/SamIoTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class SamIoTest extends UnitSpec {

"SamSource.query" should "" in {
val queryType = QueryType.Overlapping
val builder = new SamBuilder(readLength=10, baseQuality=20)
val builder = new SamBuilder(readLength=10, baseQuality=20, sort=Some(SamOrder.Coordinate))
Range(0, 10).foreach { _ => builder.addFrag(start=100) }
val source = builder.toSource

Expand Down

0 comments on commit f1bfc36

Please sign in to comment.