File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ def test_generate_vcf_header_line(self):
166166 vcf_data_lines , list_of_vcf_objects = gvf_features_to_vcf_objects (gvf_lines_obj_list ,
167167 dgva_attribute_dict ,
168168 gvf_attribute_dict ,
169+ self .assembly ,
169170 lines_custom_structured ,
170171 lines_standard_ALT ,
171172 lines_standard_INFO ,
@@ -204,6 +205,7 @@ def test_populate_sample_formats(self):
204205 vcf_data_lines , list_of_vcf_objects = gvf_features_to_vcf_objects (gvf_lines_obj_list ,
205206 dgva_attribute_dict ,
206207 gvf_attribute_dict ,
208+ self .assembly ,
207209 lines_custom_structured ,
208210 lines_standard_ALT ,
209211 lines_standard_INFO ,
@@ -242,6 +244,7 @@ def test_format_sample_values(self):
242244 vcf_data_lines , list_of_vcf_objects = gvf_features_to_vcf_objects (gvf_lines_obj_list ,
243245 dgva_attribute_dict ,
244246 gvf_attribute_dict ,
247+ self .assembly ,
245248 lines_custom_structured ,
246249 lines_standard_ALT ,
247250 lines_standard_INFO ,
You can’t perform that action at this time.
0 commit comments