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 vi 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 Distributions
Hashes for bgen_reader-3.0.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f431ff2d65cc89701e66ab4bd8febe8e8899f711d85f64781d4fea71851e4f27 |
|
MD5 | 6e1ff3da9907a9547ccec9f4ca321225 |
|
BLAKE2b-256 | 7ae95cb51705f1de29c05539944e70eba9fe3313b1582cb3d2b2c503bb26d2bd |
Hashes for bgen_reader-3.0.3-cp37-cp37m-macosx_10_6_intel.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd9ba834f72a37bfc87e134fd5e2774105f266e8a447046b38e16dff69c1f028 |
|
MD5 | 0e2a17c4a833b1edc5d135f70a203db6 |
|
BLAKE2b-256 | 4b878cc56c8354b27fe8421d9222efbb4a2fbf3ae9d5926f108796b1bdbb98e1 |
Hashes for bgen_reader-3.0.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2ec8f63fa44c9c9d4b2d1f4a5430bfb5c6f550df5f593e71a145945acb7354d |
|
MD5 | 852dfe97c7607e3fa642cab2a9489e49 |
|
BLAKE2b-256 | 780f45248d9cb82bd5a98a48307d851bd4b81ef30286aa2d37ba058cc1a24e03 |
Hashes for bgen_reader-3.0.3-cp36-cp36m-macosx_10_6_intel.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b74a985269defa991398f5c65352762cb536d79ef5e2db8383f9445b86c826ae |
|
MD5 | 6d9c4558a289e0ca482aec4cc10d0bc9 |
|
BLAKE2b-256 | e63018d56db73581ff2def0d0a4186c0f2137882817ac648097d75e8d379dd87 |