oncokb / oncokb-annotator

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

Add a max number of variants per POST for HGVSg #182

Open zhx828 opened 2 years ago

zhx828 commented 2 years ago

Annotating HGVSg uses a lot of resources. If a request contains too many variants, it will occupy the thread and further drags down the service. We should put a cap at 200.

May be worth to add a threshold for other annotation endpoints too.

zhx828 commented 1 year ago

We are working on improving the GN performance, hopefully this is not really needed.