harvardinformatics / snpArcher

Snakemake workflow for highly parallel variant calling designed for ease-of-use in non-model organisms.
MIT License
63 stars 30 forks source link

Admixture contig names #168

Closed erikenbody closed 3 months ago

erikenbody commented 3 months ago

This is a small patch to make the admixture call in QC a bit more stable. I'm not sure why, but sometimes admixture errors with "contig names must be integers" even when they are all integers. Issue #122 may be an example of this. Now this just updates the bim file so that the names are 1:n, where n is the number of scaffolds.