StoreyLab / terastructure

TeraStructure is a new algorithm to fit Bayesian models of genetic variation in human populations on tera-sample-sized data sets (10^12 observed genotypes, i.e., 1M individuals at 1M SNPs). This package provides a scalable, multi-threaded C++ implementation that can be run on a single computer.
GNU General Public License v3.0
48 stars 9 forks source link

Add missing return value to SNP::read_bed #13

Closed kdm9 closed 7 years ago

kdm9 commented 7 years ago

Could not use plink BED files without this, as a non-zero uninitialised int was returned, indicating error. BED format now works fine.

Cheers, Kevin

whao89 commented 7 years ago

thanks!

kdm9 commented 7 years ago

Thanks for merging @whao89. It would be wonderful if you could create a tagged version / github release that incorporates this change, so we (& others) can refer to a specific version of terastructure that we used.