Skip to content

GATK Pipeline: Recalibrates mapping qualities and calls variants using GATK

Notifications You must be signed in to change notification settings

covingto/gatk_pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app applies a number of recalculations to a Mappings object in order to improve the quality of variant calls. The pipeline follows the Broad Institute's recommendations for best practices in variant calling.

Mappings are deduplicated using Picard, realigned around sites of known indels, and their quality is recalibrated by looking at covariance in quality metrics with frequently observed variation in the genome. After recalibration, variants are called with the GATK UnifiedGenotyper module.

About

GATK Pipeline: Recalibrates mapping qualities and calls variants using GATK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 46.0%
  • C 37.0%
  • Python 6.0%
  • Perl 4.5%
  • Java 3.8%
  • Roff 1.3%
  • Other 1.4%