Releases: oncokb/oncokb-annotator
Releases · oncokb/oncokb-annotator
Support OncoKB Authentication
OncoKB API
When you run MafAnnotator.py
, FusionAnnotator.py
and CnaAnnotator.py
, you need a token before accessing the OncoKB data via its web API. Please visit OncoKB Data Access Page for more information about how to register an account and get an OncoKB API token.
With the token listed under OncoKB Account Settings Page, you could use it in the following format.
python ${FILE_NAME.py} -i ${INPUT_FILE} -o ${OUTPUT_FILE} -b ${ONCOKB_API_TOKEN}
v1.1.2
v1.1.1
Use new annotation endpoints to annotate variants
New Annotation Service
We recently added annotation endpoints which are designed base on variant type and common use cases.
In this new version, all oncokb calls have been separated based on the variant type.
Bug Fix
Intragenic events are now annotated correctly. In the previous implementation, we annotate intragenic on fusions which should not be the case.