Skip to content

Commit 7d5cb81

Browse files
committed
provide model in allow mismatches test
1 parent abc6365 commit 7d5cb81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/minion_validator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def genCommand(sampleID, workflow):
184184
dataDir + "primer-schemes",
185185
]
186186

187-
if workflow == "clair3":
187+
if workflow == "clair3" or workflow == "clair3_allow_mismatches":
188188
cmd.append("--model")
189189
cmd.append("r941_prom_hac_g360+g422")
190190

@@ -355,6 +355,9 @@ class TestMinion(unittest.TestCase):
355355
def setUp(self):
356356
dataChecker()
357357

358+
def test_Clair3_CVR1_allow_primer_mismatches(self):
359+
runner("clair3_allow_mismatches", "CVR1")
360+
358361
def test_Clair3_CVR1(self):
359362
runner("clair3", "CVR1")
360363

@@ -363,6 +366,3 @@ def test_Clair3_NRW01(self):
363366

364367
def test_Clair3_SP1(self):
365368
runner("clair3", "SP1")
366-
367-
def test_Clair3_CVR1_allow_primer_mismatches(self):
368-
runner("clair3_allow_mismatches", "CVR1")

0 commit comments

Comments
 (0)