Open rajwanir opened 7 months ago
I don't know of any reason why it should be empty off the top of my head. What product/manifest is this? Some of these seem to be CNV related targets and maybe could be filtered out of the VCF via the --filter-loci
option. Ref/Alt is based off the manifest fields such as SNP, SourceSeq, RefStrand and the bases when looked up on the reference genome. So something must be different about these loci.
Hello @jzieve
I see some of the genotypes have empty ALT allele. This could be simply missing calls. But instead of using
.
orN
, the field is simply empty. In other records I do see the ALT being populated with anN
. I can fix it by adding.
orN
in place of empty ALT field. But wanted to check with you if there is any reason that it might be intentionally set as empty by the GTCtoVCF.Example records:
Thanks in advance for your help.