Closed hdetering closed 5 years ago
@hdetering Thanks for your comment and sorry for the late reply.
I fixed the VCF format in #38 and #39 . Please pull master and try again.
In some use cases it may be easier to have some information in both INFO
and FORMAT
fields.
Regarding your question about QUAL
it is the Phred-scaled of SCORE
.
Best,
Mohammad
Hiya,
this may be just a minor bug but it throws off tools in downstream analysis (e.g. GATK, vcfR). When
postprocess.py
generated the final VCF after calling, it outputs a format that is not exactly standard-compliant:I had problems with the following elements:
DP
,RO
,AO
,AF
appear both inINFO
andFORMAT
?Bonus question: What's the difference between
QUAL
andSCORE
metrics?Cheers. -- Harry