Giter VIP home page Giter VIP logo

variant-annotation's People

Contributors

allieychen avatar bashir2 avatar deflaux avatar jessime avatar mbookman avatar samanvp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

variant-annotation's Issues

Annotation as a Service

Currently, we only parallelize VEP as far as bringing up a VM per VCF file, running VEP on each file, and storing newly annotated files back on disk. An attractive option for parallelizing VEP is to host instances of a server listening for annotation requests. Several of these components are flexible, but the stack might look something like:

App Engine → Docker → Flask server → VEP

There are several attractive aspects of this parallelization option:

  1. It's relatively straightforward; not much code needs to be written.
  2. Since it processes each variant individually, it can be integrated into the Dataflow pipeline of VT.
  3. In the long term, the docker container could contain multiple annotation programs, and users could dictate which of them to select as part of their request to the flask server.

Use gcsfuse to deliver VEP cache

We currently download the entire VEP cache of interest into every VM/instance, which takes a significant amount of time. When running smaller test sets, the downloading and unzipping likely accounts for most of the "annotation" time. gcsfuse might be able to alieviate this problem.

On the other hand, there may be some relative latency per variant, which could accumulate significantly on larger data sets. Performance testing would have to be done.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.