Skip to content

atgu/gnomaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gnomAF

n + k annotations

We assume that a VDS (Hail Combiner from gVCFS) for each cohort has been generated. The as_annotations/ directory contains two scripts for merging AS annotations

  1. compute_info_intermediate.p: run on each cohort VDS to generate per-cohort HailTable containing AS annotations. This script will also try to compute any missing annotations required downstream
  2. compute_info_final.py: takes the tables from the first script and combines them into one table

The idea: when we get a new cohort, the only thing we need to do is (1) generate AS annotations for that cohort using compute_info_intermediate.p, and then; (2) combine the annotations from this cohort with other already existing cohorts using compute_info_final.py. This document contains information about which annotations are used and how they are merged.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors