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 8b65ee3 commit 404e90dCopy full SHA for 404e90d
graphql-api/src/queries/gene-queries.ts
@@ -3,8 +3,12 @@ import { withCache } from '../cache'
3
import { fetchAllSearchResults } from './helpers/elasticsearch-helpers'
4
5
const GENE_INDICES = {
6
- GRCh37: 'genes_grch37',
7
- GRCh38: 'genes_grch38',
+ // GRCh37: 'genes_grch37',
+ // GRCh38: 'genes_grch38',
8
+ // GRCh37: 'genes_grch37-2024-11-15--15-23',
9
+ // 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',
12
}
13
14
const _fetchGeneById = async (esClient: any, geneId: any, referenceGenome: any) => {
0 commit comments