@@ -13,17 +13,17 @@ Feature: P and G Groups
1313
1414
1515 Scenario Outline : allele reduction with ping
16- `ping` is the default.
16+ `ping` is the default.
1717
18- If there is no G group for the allele, it should use the P group allele.
18+ If there is no G group for the allele, it should use the P group allele.
1919
2020 Given the allele as <Allele>
2121 When reducing on the <Level> level with ping
2222 Then the reduced allele is found to be <Redux Allele>
2323
2424 Examples :
25- | Allele | Level | Redux Allele |
26- | C *06 :17 | lgx | C *06 :02 |
25+ | Allele | Level | Redux Allele |
26+ | C *06 :17 | lgx | C *06 :02 |
2727
2828 Examples : DRB4*01s
2929 | Allele | Level | Redux Allele |
@@ -83,9 +83,17 @@ Feature: P and G Groups
8383 | DRB4 *01 :03 :02 :02 | lgx | DRB4 *01 :01 |
8484
8585 Examples : C*02:10s
86- | Allele | Level | Redux Allele |
87- | C *02 :10 :02 | lgx | C *02 :02 |
88- | C *02 :02 | lg | C *02 :02g |
89- | C *02 :02 | lgx | C *02 :02 |
90- | C *02 :10 | lg | C *02 :02g |
91- | C *02 :10 | lgx | C *02 :02 |
86+ | Allele | Level | Redux Allele |
87+ | C *02 :10 :02 | lgx | C *02 :02 |
88+ | C *02 :02 | lg | C *02 :02g |
89+ | C *02 :02 | lgx | C *02 :02 |
90+ | C *02 :10 | lg | C *02 :02g |
91+ | C *02 :10 | lgx | C *02 :02 |
92+
93+ Examples : lgx with duplicates
94+ | Allele | Level | Redux Allele |
95+ | DPA1 *02 :12 | lgx | DPA1 *02 :02 /DPA1 *02 :07 |
96+ | DPA1 *02 :12 | lg | DPA1 *02 :02g /DPA1 *02 :07g |
97+ | DQA1 *03 :03 | lgx | DQA1 *03 :01 |
98+ | DQA1 *03 :03 | lg | DQA1 *03 :01g |
99+ | DQA1 *03 :03 :09 | lg | DQA1 *03 :03g |
0 commit comments