Illumina / hap.py

Haplotype VCF comparison tools
Other
402 stars 122 forks source link

Trying to print sequence when we mean contig name #176

Open adamnovak opened 1 year ago

adamnovak commented 1 year ago

https://github.com/Illumina/hap.py/blob/79de3c780cd5aa5a7cb7ab93cbd65643fafbeddf/src/c%2B%2B/lib/align/RefVar.cpp#L339

The ref here is supposed to be the extracted sequence itself; chr is the contig name and I think what was really meant to be printed.