PMBio/GNetLMM

plink version check fails

Closed this issue · 1 comments

I have installed plink version v1.90b3.36. The code in function computeCovarianceMatrix does not recognize this as > 1.9. Replacing use_plink = float(output.split(' ')[1][1:4])>=1.9 works..

Thanks. We have fixed this as suggested.