Skip to content

Commit 89754a4

Browse files
committed
shitshow
1 parent 2e2676b commit 89754a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

v03_pipeline/lib/tasks/update_variant_annotations_table_with_new_samples_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def test_multiple_update_vat(
234234
BaseUpdateVariantAnnotationsTableTask(
235235
reference_genome=ReferenceGenome.GRCh38,
236236
dataset_type=DatasetType.SNV_INDEL,
237-
sample_type=SampleType.WGS,
238237
)
239238
)
240239
mock_vep.side_effect = lambda ht, **_: ht.annotate(vep=MOCK_VEP_DATA)
@@ -653,7 +652,6 @@ def test_update_vat_grch37(
653652
BaseUpdateVariantAnnotationsTableTask(
654653
reference_genome=ReferenceGenome.GRCh37,
655654
dataset_type=DatasetType.SNV_INDEL,
656-
sample_type=SampleType.WGS,
657655
)
658656
)
659657
mock_vep.side_effect = lambda ht, **_: ht.annotate(vep=MOCK_VEP_DATA)
@@ -719,7 +717,6 @@ def test_update_vat_without_accessing_private_datasets(
719717
BaseUpdateVariantAnnotationsTableTask(
720718
reference_genome=ReferenceGenome.GRCh38,
721719
dataset_type=DatasetType.SNV_INDEL,
722-
sample_type=SampleType.WGS,
723720
)
724721
)
725722
shutil.rmtree(
@@ -787,7 +784,6 @@ def test_mito_update_vat(
787784
BaseUpdateVariantAnnotationsTableTask(
788785
reference_genome=ReferenceGenome.GRCh38,
789786
dataset_type=DatasetType.MITO,
790-
sample_type=SampleType.WGS,
791787
)
792788
)
793789
mock_register_alleles.side_effect = None

0 commit comments

Comments
 (0)