Open effidotpy opened 7 months ago
It turns out it is not because of the gnomAD VCF file but because of VarNote inserting these whitespaces. I think that's Varnote's behavior when there it finds commas within a field. I prefer not not change source info, so I include another step in the pipeline to replace ,
values by ,
.
When trying to annotate with Haplogrep2, it complains because INFO contains whitespace from gnomAD. Source gnomAD VCF already contains this, so I need to fix it at the Dockerfile.
Exception is as follows: