Skip to content

Commit

Permalink
fixup(graphql-api): update rigged gene index
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Nov 20, 2024
1 parent 04e99b4 commit 6c5b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-api/src/queries/gene-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const GENE_INDICES = {
// GRCh37: 'genes_grch37',
// GRCh38: 'genes_grch38',
GRCh37: 'genes_grch37-2024-11-15--15-23',
GRCh38: 'genes_grch38-2024-11-15--15-32',
GRCh38: 'genes_grch38-2024-11-20--16-28',
}

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

0 comments on commit 6c5b81a

Please sign in to comment.