File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments