Skip to content

Commit

Permalink
fix: #971: Antigen match now being determined for best orientation wh…
Browse files Browse the repository at this point in the history
…en both orientations are allele mismatched.
  • Loading branch information
zabeen committed May 22, 2023
1 parent ff25c6c commit 38ca802
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,16 @@
And the matching donor is untyped at locus DPB1
And scoring is enabled at locus DPB1
When I run a 6/6 search
Then antigen match should be empty at locus DPB1 at both positions
Then antigen match should be empty at locus DPB1 at both positions

Scenario: [Regression] Patient and donor are completely allele mismatched at DRB1 but have one antigen match
Given a patient has a match
And the matching donor has the following HLA:
|A_1 |A_2 |B_1 |B_2 |DRB1_1 |DRB1_2 |
|*01:YAG |*03:ANPZ |*44:AJVH |*52:01 |*04:AFNC |*15:APKE |
And the patient has the following HLA:
|A_1 |A_2 |B_1 |B_2 |DRB1_1 |DRB1_2 |
|*01:YAG |*03:ANPZ |*44:AJVH |*52:01 |*03:YMP |*04:AMCV |
And scoring is enabled at locus DRB1
When I run a 4/6 search
Then antigen match should be false in position 1 and true in position 2 of locus DRB1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 38ca802

Please sign in to comment.