Skip to content

Commit

Permalink
variants geneID BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Oct 17, 2023
1 parent e6c11e4 commit c12950e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function VariantsResults (props) {
requestParameters['aminoacidChange'] = props.aminoacid2
}
if (props.geneID !== '') {
requestParameters['geneId'] = props.geneID
requestParameters['gene'] = props.geneID
}
if (props.assemblyId !== '') {
requestParameters['assemblyId'] = props.assemblyId
Expand Down

0 comments on commit c12950e

Please sign in to comment.