Closed tmaklin closed 1 year ago
Add a SNP range argument to calculate KLDs for a subset of the SNPs. Since the KLD calculation of each SNP is independent of the other SNPs, this allows trivially parallelizing the calculations on multiple machines without using MPI.
Resolved in https://github.com/tmaklin/cpprate/commit/5e0906e600219596dcedf240bf1a9c05f27b0e53
Add a SNP range argument to calculate KLDs for a subset of the SNPs. Since the KLD calculation of each SNP is independent of the other SNPs, this allows trivially parallelizing the calculations on multiple machines without using MPI.