Skip to content
forked from quattro/DS2VCF

Annotate VCF file with dosages estimated from genotype likelihoods

License

Notifications You must be signed in to change notification settings

npatel22526/DS2VCF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS2VCF

Annotate VCF file with dosages estimated from genotype likelihoods

Installation

To compile add_dosage just type make all

Running

The add_dosage program assumes a properly formated gzipped vcf file. It only computes dosages for SNPs and disregards other calls. To compute dosages (DS) it converts phred-scaled likelihoods (PL), which are assumed to be the final entry for each sample's formatted call.

add_dosage [OPTIONS] INPUT.VCF.GZ OUTPUT.VCF.GZ

Right now OPTIONS are disabled.

About

Annotate VCF file with dosages estimated from genotype likelihoods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.3%
  • C 12.1%
  • HTML 6.4%
  • Makefile 4.2%