varfish-org / varfish-server

VarFish: comprehensive DNA variant analysis for diagnostics and research
MIT License
43 stars 11 forks source link

Add "submit to VEP" feature #85

Closed holtgrewe closed 3 years ago

holtgrewe commented 3 years ago

Is your feature request related to a problem? Please describe. VEP is a useful resource. We should provide link-outs.

Describe the solution you'd like Implement as a "submit to external site" feature similar to MutationDistiller.

image

Describe alternatives you've considered N/A

Additional context N/A

holtgrewe commented 3 years ago

After doing some research, it becomes clear that it is not possible to either deep-link into variant interpretation or create a form POST into VEP. There is no "variant interpretation" deep link as all output is generated for each input/query only. Form posts do not return a query ID but the query is stored within the current browser session.