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 4842ccf commit e17b4dbCopy full SHA for e17b4db
graphql-api/src/queries/transcript-queries.ts
@@ -5,11 +5,11 @@ import { getFromMultipleIndices } from './helpers/elasticsearch-helpers'
5
type TranscriptIndex =
6
| 'transcripts_grch37'
7
| 'transcripts_grch38'
8
- | 'transcripts_grch38_patched-2025-10-17--18-18'
+ | 'transcripts_grch38_patched-2025-10-23--19-36'
9
10
const TRANSCRIPT_INDICES: Record<ReferenceGenome, TranscriptIndex[]> = {
11
GRCh37: ['transcripts_grch37'],
12
- GRCh38: ['transcripts_grch38', 'transcripts_grch38_patched-2025-10-17--18-18'],
+ GRCh38: ['transcripts_grch38', 'transcripts_grch38_patched-2025-10-23--19-36'],
13
}
14
15
export const fetchTranscriptById = async (
0 commit comments