hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

Handle duplicated lines in normalized .vcf file

Open YuanfengZhang opened this issue 3 years ago • 0 comments

If the input .vcf file contains wrong multi-line description of a single variant (usually at repetitive sequence), the pre.py will generate the same correct variant description for all these lines.

That's to say, a stout | uniq should be executed before packaging result into .vcf.gz and tabix.

YuanfengZhang avatar Jun 01 '22 02:06 YuanfengZhang