Skip to content

Commit 7fa9659

Browse files
DONTMERGE bump transcript and gene indices
1 parent 8868933 commit 7fa9659

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

graphql-api/src/queries/gene-queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { catchNotFound } from '../elasticsearch'
55

66
const GENE_INDICES = {
77
GRCh37: 'genes_grch37',
8-
GRCh38: 'genes_grch38',
8+
GRCh38: 'genes_grch38-2026-03-23--19-00',
99
}
1010

1111
const _fetchGeneById = async (esClient: any, geneId: any, referenceGenome: any) => {

graphql-api/src/queries/transcript-queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { catchNotFound } from '../elasticsearch'
22

33
const TRANSCRIPT_INDICES = {
44
GRCh37: 'transcripts_grch37',
5-
GRCh38: 'transcripts_grch38',
5+
GRCh38: 'transcripts_grch38-2026-03-23--19-00',
66
}
77

88
export const fetchTranscriptById = async (es: any, transcriptId: any, referenceGenome: any) => {

graphql-api/src/queries/variant-datasets/gnomad-v4-variant-queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { getFlagsForContext } from './shared/flags'
1717
import { getConsequenceForContext } from './shared/transcriptConsequence'
1818
import largeGenes from '../helpers/large-genes'
1919

20-
const GNOMAD_V4_VARIANT_INDEX = 'gnomad_v4_variants'
20+
const GNOMAD_V4_VARIANT_INDEX = 'gnomad_v4_variants-2026-03-24--17-51'
2121

2222
type Subset = 'all' | 'non_ukb'
2323

0 commit comments

Comments
 (0)