Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: adding new annotator to already annotated vcf #19

Open
antonkulaga opened this issue Aug 7, 2022 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@antonkulaga
Copy link

When I annotated the genome with N annotators and then discover that I need one more annotator I have to run a separate job with N+1 annotators.
Based on my and my teammate's experience it is a head-ache. Maybe you can add an option to add compute with new annotators without reannotating with annotators that were already used before? It can save users a lot of time.

@antonkulaga antonkulaga changed the title feature request: adding feature request: adding new annotator to already annotated vcf Aug 7, 2022
@rkimoakbioinformatics rkimoakbioinformatics added the enhancement New feature or request label Aug 8, 2022
@rkimoakbioinformatics rkimoakbioinformatics self-assigned this Aug 8, 2022
@rkimoakbioinformatics
Copy link
Owner

@antonkulaga With the current latest version of OakVar, the following is possible.

ov run input.vcf -a clinvar
This will generate input.vcf.sqlite.

ov run input.vcf.sqlite -a biogrid
This will add biogrid annotation to input.vcf.sqlite.

ov run input.vcf.sqlite -a cosmic -t vcf
This will add cosmic annotation to input.vcf.sqlite and generate input.vcf.vcf with the clinvar, biogrid, and cosmic annotation.

Would this work in your use case?

@antonkulaga
Copy link
Author

We need this to be in the GUI as we mostly run annnotations from it, especially Olga as she is not a software developer

@rkimoakbioinformatics
Copy link
Owner

Ok. I'll add it to the GUI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants