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 a2e7a27 commit 9893364Copy full SHA for 9893364
v03_pipeline/lib/reference_data/config.py
@@ -386,10 +386,8 @@ def custom_mpc_select(ht):
386
'source_path': 'gs://seqr-reference-data/gnomad_qc/GRCh37/gnomad.joint.high_callrate_common_biallelic_snps.pruned.mt',
387
},
388
'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',
+ 'version': 'v4.0',
+ 'source_path': 'gs://gcp-public-data--gnomad/release/4.0/pca/gnomad.v4.0.pca_loadings.ht',
393
394
395
'exac': {
0 commit comments