CAST-genomics / haptools

Ancestry and haplotype aware simulation of genotypes and phenotypes for complex trait analysis
https://haptools.readthedocs.io
MIT License
18 stars 4 forks source link

fix: explicitly ignore repeats in the `ld` command #218

Closed aryarm closed 1 year ago

aryarm commented 1 year ago

A future release of haptools will add support for repeats in the ld command. Unfortunately, that will very likely require us to make breaking changes to the ld command to make the interface flexible enough for users to be able to specify all of the possible ways to compute LD with a repeat or a set of repeats. So for now, we will just delay the breaking changes and explicitly ignore repeats in the meantime.

Users who are interested in computing LD with repeats may use the haptools API or PLINK2's --ld dosage feature until we add support.