Skip to content

Commit

Permalink
Update src/test/scala/com/fulcrumgenomics/umi/DuplexConsensusCallerTe…
Browse files Browse the repository at this point in the history
…st.scala
  • Loading branch information
clintval authored Aug 29, 2024
1 parent bf12a24 commit 3768731
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ class DuplexConsensusCallerTest extends UnitSpec with OptionValues {
val dissimilar = builder.addPair(name="q6", start1=200, start2=100, strand1=Minus, strand2=Plus, bases1="CCCCCCCCCC", bases2="AAAAAAAAAA", attrs=Map(MI -> "foo/B"), cigar1 = "5M1D5M")
caller(minReads=Seq(3)).consensusReadsFromSamRecords(records ++ dissimilar) shouldBe empty // the new read pair is *not* considered in the final consensus
caller(minReads=Seq(2)).consensusReadsFromSamRecords(records ++ dissimilar) should have size 2

}

it should "not saturate the qualities with deep AB and light BA coverage" in {
Expand Down

0 comments on commit 3768731

Please sign in to comment.