We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c485b commit ac83cd0Copy full SHA for ac83cd0
v03_pipeline/lib/paths_test.py
@@ -60,6 +60,7 @@ def test_family_table_path(self) -> None:
60
def test_valid_filters_path(self) -> None:
61
self.assertEqual(
62
valid_filters_path(
63
+ DatasetType.SNV_INDEL,
64
SampleType.WES,
65
'gs://bucket/RDG_Broad_WES_Internal_Oct2023/part_one_outputs/chr*/*.vcf.gz',
66
),
@@ -69,6 +70,7 @@ def test_valid_filters_path(self) -> None:
69
70
mock_env.EXPECT_WES_FILTERS = True
71
72
73
74
75
76
0 commit comments