File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ type Gene {
64
64
pext : Pext
65
65
66
66
gnomad_constraint : GnomadConstraint
67
- # gnomad_v2_regional_missense_constraint: GnomadV2RegionalMissenseConstraint
67
+ # TODO: we've renamed this to not include the 'v2'
68
+ # but for this demo, we display them both side by side
69
+ gnomad_v2_regional_missense_constraint : GnomadV2RegionalMissenseConstraint
68
70
gnomad_regional_missense_constraint : GnomadV2RegionalMissenseConstraint
69
71
70
72
exac_constraint : ExacConstraint
Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ import { fetchAllSearchResults } from './helpers/elasticsearch-helpers'
5
5
const GENE_INDICES = {
6
6
// GRCh37: 'genes_grch37',
7
7
// GRCh38: 'genes_grch38',
8
+ // TODO: Winter 2024 v4 RMC indices 1
8
9
// GRCh37: 'genes_grch37-2024-11-15--15-23',
9
10
// GRCh38: 'genes_grch38-2024-11-20--16-28',
10
- GRCh37 : 'genes_grch37-2024-11-25--15-55' ,
11
- GRCh38 : 'genes_grch38-2024-11-25--19-00' ,
11
+ // TODO: Winter 2024 v4 RMC indices 2
12
+ // GRCh37: 'genes_grch37-2024-11-25--15-55',
13
+ // GRCh38: 'genes_grch38-2024-11-25--19-00',
14
+ // TODO: June 2025 v4 RMC indices
15
+ GRCh37 : 'genes_grch37-2025-06-30--21-15' ,
16
+ GRCh38 : 'genes_grch38-2025-06-30--21-13' ,
12
17
}
13
18
14
19
const _fetchGeneById = async ( esClient : any , geneId : any , referenceGenome : any ) => {
You can’t perform that action at this time.
0 commit comments