Skip to content

Commit

Permalink
fix for report test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Dec 9, 2023
1 parent 0013a08 commit c9fafa4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class AlignmentQCTest {
fun testAllFailReasonsAccounted() {
val all = setOf(
VDJCAlignmentFailCause.NoHits,
VDJCAlignmentFailCause.FailedAfterAOverlap,
VDJCAlignmentFailCause.NoCDR3Parts,
VDJCAlignmentFailCause.NoVHits,
VDJCAlignmentFailCause.NoJHits,
Expand Down

0 comments on commit c9fafa4

Please sign in to comment.