Skip to content

Commit

Permalink
Update src/test/scala/com/fulcrumgenomics/umi/UmisTest.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval authored Aug 29, 2024
1 parent 3768731 commit 6995a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/scala/com/fulcrumgenomics/umi/UmisTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class UmisTest extends UnitSpec with OptionValues {
"Umis.isFgbioSimplexConsensus" should "return true for reads with simplex only consensus tags" in {
val builder = new SamBuilder(sort=Some(SamOrder.Coordinate), readLength=10, baseQuality=20)
builder.addFrag(start=10, attrs=Map(RawReadCount -> 10)).exists(Umis.isFgbioSimplexConsensus) shouldBe true

builder.addFrag(start=100).exists(Umis.isFgbioSimplexConsensus) shouldBe false
builder.addPair(start1=100, start2=100, unmapped2=true).exists(Umis.isFgbioSimplexConsensus) shouldBe false
builder.addFrag(start=10, attrs=Map(AbRawReadCount -> 10, BaRawReadCount -> 10)).exists(Umis.isFgbioSimplexConsensus) shouldBe false
Expand Down

0 comments on commit 6995a99

Please sign in to comment.