Skip to content

Commit

Permalink
fix: Make mehari call compatible with mehari 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamaz committed Oct 9, 2023
1 parent 42f4c2c commit 5344133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varfish/vueapp/src/varfish/api/mehari.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class MehariApiClient {
): Promise<any> {
const hgncSuffix = hgncId ? `&hgnc-id=${hgncId}` : ''
const url =
`${this.baseUrl}/tx/csq?genome-release=${genomeRelease}&` +
`${this.baseUrl}/seqvars/csq?genome_release=${genomeRelease}&` +
`chromosome=${chromosome}&position=${pos}&reference=${reference}&` +
`alternative=${alternative}${hgncSuffix}`

Expand Down

0 comments on commit 5344133

Please sign in to comment.