File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
v03_pipeline/lib/reference_data Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -381,12 +381,14 @@ def custom_mpc_select(ht):
381
381
'37' : {
382
382
'version' : 'v2' ,
383
383
'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' ,
385
386
},
386
387
'38' : {
387
388
'version' : 'v3.1' ,
388
389
'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' ,
390
392
},
391
393
},
392
394
'exac' : {
You can’t perform that action at this time.
0 commit comments