Skip to content

Commit e17b4db

Browse files
fixup: update transcript patch index
1 parent 4842ccf commit e17b4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import { getFromMultipleIndices } from './helpers/elasticsearch-helpers'
55
type TranscriptIndex =
66
| 'transcripts_grch37'
77
| 'transcripts_grch38'
8-
| 'transcripts_grch38_patched-2025-10-17--18-18'
8+
| 'transcripts_grch38_patched-2025-10-23--19-36'
99

1010
const TRANSCRIPT_INDICES: Record<ReferenceGenome, TranscriptIndex[]> = {
1111
GRCh37: ['transcripts_grch37'],
12-
GRCh38: ['transcripts_grch38', 'transcripts_grch38_patched-2025-10-17--18-18'],
12+
GRCh38: ['transcripts_grch38', 'transcripts_grch38_patched-2025-10-23--19-36'],
1313
}
1414

1515
export const fetchTranscriptById = async (

0 commit comments

Comments
 (0)