issues
search
populationgenomics
/
talos
Rare Disease variant reanalysis tool
MIT License
6
stars
4
forks
source link
Fix failure to export haplo GTs
#374
Closed
MattWellie
closed
7 months ago
MattWellie
commented
7 months ago
Fixes
CNV labelling fails - Hail can't export data from MT to VCF when there is only a haploid genotype
example
https://batch.hail.populationgenomics.org.au/batches/437009/jobs/2
patched
here
, but this won't be released for ages
Proposed Changes
Updates haploid genotypes to diploid
[0] -> [0, 0]
[1] -> [1, 1]
doesn't update diploid genotypes
Checklist
[ ] Related Issue created
[x] Tests covering new change
[x] Linting checks pass
Fixes
Proposed Changes
Checklist