Hello,
Cross-posting this issue after DeepVariant recommended following up with the vg team.
vg giraffe-mapped PacBio reads surjected to GRCh38 have very low MAPQ in the MHC region of chromosome 6, which leads to poor performance by DeepVariant. Do you have any tips for running vg giraffe + DeepVariant when working with long reads? My current workaround has been to reassign MAPQ based on the MAPQ scores from minimap2 alignments to the linear GRCh38 reference.
I've been using version v1.64.1 with the following command:
vg giraffe \
-b hifi \
-Z <reference_gbz> \
--ref-paths <ref_paths> \
-f <input_file> \
-p \
-P \
-o BAM \