LauritsSkov / Introgression-detection

MIT License
35 stars 12 forks source link

Fix for genomic coordinates output from hmmix decode #5

Closed David-Peede closed 4 months ago

David-Peede commented 6 months ago

Issue: In the source code as of 16MAR24, the output of hmmix decode does not match genomic coordinates found in a VCF. Specifically:

Solution: I have made the necessary modifications to the DecodeModel() function in hmm_functions.py such that:

I have also made changes to the Quick tutorial section of the REAME, but the code in the Example with 1000 genomes data section would need to be re-ran, and the README section subsequently updated, after accepting this pull request.