Skip to content

Commit 9893364

Browse files
authored
update gnomad_qc table (#782)
1 parent a2e7a27 commit 9893364

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

v03_pipeline/lib/reference_data/config.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,8 @@ def custom_mpc_select(ht):
386386
'source_path': 'gs://seqr-reference-data/gnomad_qc/GRCh37/gnomad.joint.high_callrate_common_biallelic_snps.pruned.mt',
387387
},
388388
'38': {
389-
'version': 'v3.1',
390-
'custom_import': import_matrix_table,
391-
# Note: copied from 'gs://gnomad/sample_qc/mt/genomes_v3.1/gnomad_v3.1_qc_mt_v2_sites_dense.mt'
392-
'source_path': 'gs://seqr-reference-data/gnomad_qc/GRCh38/gnomad_v3.1_qc_mt_v2_sites_dense.mt',
389+
'version': 'v4.0',
390+
'source_path': 'gs://gcp-public-data--gnomad/release/4.0/pca/gnomad.v4.0.pca_loadings.ht',
393391
},
394392
},
395393
'exac': {

0 commit comments

Comments
 (0)