Skip to content

Commit ef16c76

Browse files
authored
change source path of gnomad_qc buckets (#752)
1 parent b4b6a12 commit ef16c76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

v03_pipeline/lib/reference_data/config.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,14 @@ def custom_mpc_select(ht):
381381
'37': {
382382
'version': 'v2',
383383
'custom_import': import_matrix_table,
384-
'source_path': 'gs://gnomad/sample_qc/mt/gnomad.joint.high_callrate_common_biallelic_snps.pruned.mt',
384+
# Note: copied from 'gs://gnomad/sample_qc/mt/gnomad.joint.high_callrate_common_biallelic_snps.pruned.mt'
385+
'source_path': 'gs://seqr-reference-data/gnomad_qc/GRCh37/gnomad.joint.high_callrate_common_biallelic_snps.pruned.mt',
385386
},
386387
'38': {
387388
'version': 'v3.1',
388389
'custom_import': import_matrix_table,
389-
'source_path': 'gs://gnomad/sample_qc/mt/genomes_v3.1/gnomad_v3.1_qc_mt_v2_sites_dense.mt',
390+
# Note: copied from 'gs://gnomad/sample_qc/mt/genomes_v3.1/gnomad_v3.1_qc_mt_v2_sites_dense.mt'
391+
'source_path': 'gs://seqr-reference-data/gnomad_qc/GRCh38/gnomad_v3.1_qc_mt_v2_sites_dense.mt',
390392
},
391393
},
392394
'exac': {

0 commit comments

Comments
 (0)