We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
map_drb345_to_drbx
1 parent 82f75b5 commit 51d06cdCopy full SHA for 51d06cd
pyard/ard.py
@@ -57,7 +57,6 @@
57
"reduce_MAC": True,
58
"reduce_shortnull": True,
59
"ping": True,
60
- "map_drb345_to_drbx": True,
61
"verbose_log": False,
62
"ARS_as_lg": False,
63
"strict": True,
tests/features/allele.feature
@@ -102,12 +102,12 @@ Feature: Alleles
102
103
Scenario Outline: Allele validation in ignore_suffix mode
104
105
- DRBX*NNNN is valid in ignore_suffix_mode
+ DRBX*NNNN is valid in ignore_suffix_mode
106
107
Given the allele as <Allele>
108
When checking for validity of the allele in ignore_suffix mode
109
Then the validness of the allele is <Validity>
110
111
Examples:
112
| Allele | Validity |
113
- | DRBX*NNNN | Valid |
+ | DRBX*NNNN | Valid |
0 commit comments