madprime / cgivar2gvcf

Lossy conversion of Complete Genomics var file to VCF
MIT License
5 stars 3 forks source link

VAF/EAF scores #8

Open JRodrigoF opened 3 years ago

JRodrigoF commented 3 years ago

Complete Genomics varfiles have two columns with the quantitative scores varScoreVAF and varScoreEAF, which are given whenever a position has an alternate allele (absent in full ref calls or no-calls).

These proposed changes simply add to the base code the optional ability to output and keep these scores into the gVCF/VCF if the user wants it.

Your base code is beautiful and elegant. I have learned many things while working with it. Thanks for sharing