gymrek-lab / LongTR

Tandem repeat genotyping with long reads
GNU General Public License v2.0
19 stars 0 forks source link

VCF incorrectly specifies phased genotypes #11

Closed davidlougheed closed 3 weeks ago

davidlougheed commented 1 month ago

Hello, I ran LongTR on some data, specifying a .vcf.gz file as output, but ran into the following issue with said output:

heliziii commented 4 weeks ago

Hi David,

Thank you for using LongTR!

So the output name is ending with vcf.gz but it is not bgzipped? If you run bgzip -d on it, does it give you an error?

The genotypes are always separated by |, regardless of phasing information. It is on our list to correct this, I apologize for the confusion.

Best, Helia

davidlougheed commented 4 weeks ago

Ah my apologies, I got confused; my editor was automatically decompressing them on the fly - I'm very sorry. I'll re-title the issue to just refer to the phasing for future reference for others.

heliziii commented 3 weeks ago

No worries!