Skip to content

Latest commit

 

History

History
executable file
·
35 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
35 lines (27 loc) · 1.42 KB

Disclaimer

This is not an official Verily product.

variant-annotation

This repository contains code to annotate human sequence variants using cloud technology to perform analyses in parallel.

Sub-projects:

  • batch annotation code for annotating a particular batch of variants using annotation resources available at a particular point in time
  • interactive annotation queries and code to annotate variants interactively with new annotation resources as they become available
  • annotation curation code for ingesting and reformating raw annotation resources for use in interactive annotation

The code in this repository is designed for use with genomic variants stored in Google BigQuery in a particular variant table format.

Processing uses Google Container Builder, Docker, and dsub for batch processing. We suggest working through the introductory materials for each tool before working with the code in this repository.

For interactive annotation, parallelism is accomplished due to the use of BigQuery. For batch annotation, parallelism is accomplished due to the use of dsub to run annotation in parallel on small shards of the input file(s).