oncokb / oncokb-annotator

Annotates variants in MAF with OncoKB annotation.
GNU Affero General Public License v3.0
121 stars 59 forks source link

Different results from api when using GET or POST #149

Closed pegasusCN closed 2 years ago

pegasusCN commented 2 years ago

Hi there, I used api to annotate some variants but I found the results were different by different request methods. For example, when I use 'curl -X GET' to annotate ZFHX3 p.R2740fs*15, its oncogenicity was 'Likely Oncogenic', but if I use 'curl -X POST', it turns to be empty.

pegasusCN commented 2 years ago

Same thing even happened in BRAF V600E, GET or POST shows diffrent annotation. 1 2

zhx828 commented 2 years ago

It seems to be the empty consequence playing a role. Let me fix.