CAST-genomics / haptools

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

test: loosen requirements for tbi files output by the `index` command #188

Closed aryarm closed 1 year ago

aryarm commented 1 year ago

unfortunately, different versions of pysam will generate different tbi files, so we can't just check whether the tbi files that are generated are the same as those that we have already

so we can only safely test whether the tbi files exist but not whether their contents are the same