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 98cb654 commit 29a8f42Copy full SHA for 29a8f42
v03_pipeline/lib/tasks/update_lookup_table_test.py
@@ -52,10 +52,10 @@ def test_update_lookup_table_task(self) -> None:
52
reference_genome=ReferenceGenome.GRCh38,
53
dataset_type=DatasetType.SNV_INDEL,
54
sample_type=SampleType.WGS,
55
- callset_path=[TEST_VCF],
56
- project_guid=['R0113_test_project'],
57
- project_remap_path=[TEST_REMAP],
58
- project_pedigree_path=[TEST_PEDIGREE_3],
+ callset_paths=[TEST_VCF],
+ project_guids=['R0113_test_project'],
+ project_remap_paths=[TEST_REMAP],
+ project_pedigree_paths=[TEST_PEDIGREE_3],
59
validate=False,
60
)
61
worker.add(uslt_task)
0 commit comments