File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 21
21
'v03_pipeline/var/test/relatedness_check/test_relatedness_check_1.ht'
22
22
)
23
23
24
+ TEST_RUN_ID = 'manual__2024-04-03'
25
+
24
26
25
27
class WriteRemappedAndSubsettedCallsetTaskTest (MockedDatarootTestCase ):
26
28
def setUp (self ) -> None :
@@ -79,6 +81,7 @@ def test_write_remapped_and_subsetted_callset_task(
79
81
wrsc_task = WriteRemappedAndSubsettedCallsetTask (
80
82
reference_genome = ReferenceGenome .GRCh38 ,
81
83
dataset_type = DatasetType .SNV_INDEL ,
84
+ run_id = TEST_RUN_ID ,
82
85
sample_type = SampleType .WGS ,
83
86
callset_path = TEST_VCF ,
84
87
project_guid = 'R0113_test_project' ,
@@ -121,6 +124,7 @@ def test_write_remapped_and_subsetted_callset_task_failed_sex_check_family(
121
124
wrsc_task = WriteRemappedAndSubsettedCallsetTask (
122
125
reference_genome = ReferenceGenome .GRCh38 ,
123
126
dataset_type = DatasetType .SNV_INDEL ,
127
+ run_id = TEST_RUN_ID ,
124
128
sample_type = SampleType .WGS ,
125
129
callset_path = TEST_VCF ,
126
130
project_guid = 'R0114_project4' ,
You can’t perform that action at this time.
0 commit comments