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 5282741 commit 49ef16aCopy full SHA for 49ef16a
v03_pipeline/lib/tasks/write_relatedness_check_table_test.py
@@ -24,6 +24,8 @@
24
TEST_GNOMAD_QC_HT = 'v03_pipeline/var/test/reference_data/gnomad_qc_crdq.ht'
25
TEST_VCF = 'v03_pipeline/var/test/callsets/1kg_30variants.vcf'
26
27
+TEST_RUN_ID = 'manual__2024-04-03'
28
+
29
MOCK_CONFIG = {
30
'gnomad_qc': {
31
'38': {
@@ -89,6 +91,7 @@ def test_relatedness_check_table_task_gnomad_qc_updated(
89
91
task = WriteRelatednessCheckTableTask(
90
92
reference_genome=ReferenceGenome.GRCh38,
93
dataset_type=DatasetType.SNV_INDEL,
94
+ run_id=TEST_RUN_ID,
95
sample_type=SampleType.WGS,
96
callset_path=TEST_VCF,
97
)
0 commit comments