Bgen file format reader
Project description
bgen-reader
A bgen file format reader.
Bgen is a file format for storing large genetic datasets. It supports both unphased genotypes and phased haplotype data with variable ploidy and number of alleles. It was designed to provides a compact data representation without sacrificing variant access performance.
This python package is a wrapper around the bgen library, a low-memory footprint reader that efficiently reads bgen files. It fully supports the bgen format specifications: 1.2 and 1.3; as well as their optional compressed formats.
Install
It can be installed via conda
conda install -c conda-forge bgen-reader
Or via pip
pip install bgen-reader
Documentation
Please, refer to https://bgen-reader.readthedocs.io.
Troubleshooting
fatal error: bgen.h: No such file or directory
This means that bgen C library is not installed (or could not be found). Please, follow the instructions in https://github.com/limix/bgen to install it, and try installing bgen-reader again.
Problems
If you encounter any issue, please, submit it.
Authors
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bgen_reader-4.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5cf332bf48f3fd1b5ca7ef26a882f02bfff86151bb0a8c915ecd7b7c3132162 |
|
MD5 | 2e774f087232d5fdece262e55b33e78d |
|
BLAKE2b-256 | 57ceba448cf7ac74bbb23c116f273b924339b619d214ac3f897fc142a3e71ac7 |