Suppose I have two VCF files with one sample in each and want to merge them using python scripts. I want to know if the QUAL
score in these files should be summed up or taken as an averaged for the final QUAL
score. Can someone please explain me how is this score differ when merging two different files with different number of samples as well?