Bgen#227
Conversation
Updated bgen_reader to bgen in the README.
Removed pyarrow version 19.0 from conda environment.
|
Thanks for the PR! Before merging, one question: did you test with a phased BGEN file? The dosage formula for phased genotypes ( |
Thank you for the concern! Yes, other than unphased data generated by hapgen2, I have also tested with a phased BGEN file simulated with msprime. The two packages gave the same four haplotype probability vectors. |
Three changes were made here:
The proposed change in the yaml file uses pip to install scipy and numpy so this incompatibility disappeared.
It takes forever to use bgen-reader to iterate a bgen file, so I switched to the bgen package. Now the speed of using bgen for prediction is really faster than using vcf.
Update version from 0.7.5 to 0.8.2.
Please ignore all the commits that try out combinations of dependency package version numbers hahahaha..