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 Distributions
Hashes for bgen_reader-4.0.5-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f56f91e91f41a9f5f986eefa034c31bf1edfce7ec1e369c381405d192780425c |
|
MD5 | 3714fc92932493e6e7a64c54da3a4d92 |
|
BLAKE2b-256 | e8c2193e4a9cfb1c98c63f8f3ba673fb17b204c9aab13dca36640921c32d2b6a |
Hashes for bgen_reader-4.0.5-cp38-cp38-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45ea4092646b7deb04302ce3833b881290ae282533547b07a24cfac37b618bd4 |
|
MD5 | 2ebfb6f65a69475fc2b9fc5b20012b5b |
|
BLAKE2b-256 | 43348a15eb032b5e4e9539fadc600abdd9c5695ffdcb73293586497ba785c946 |
Hashes for bgen_reader-4.0.5-cp38-cp38-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a31e5a5221dfd291d8b1409f2566334481743bfe4b423c364b5409eca88c5433 |
|
MD5 | 3fdaed15eb85a581051cdae6022fb71e |
|
BLAKE2b-256 | b636e89ba0e99ce1f9e3a98b9c595f934b7c0181355f6c2b8d7b4000a4532ad5 |
Hashes for bgen_reader-4.0.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfbc132b4ff5441d785cc8f7534ae004c8a0a9b1d3b45974c8c12a622dee028e |
|
MD5 | 95d8de7249b519dd62ecd4f62e8df173 |
|
BLAKE2b-256 | a89906cf058dc0b61f81164097d7402e8dd2ef3ad772a3260a356e504db88999 |
Hashes for bgen_reader-4.0.5-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5227452ff914acdf159fa58fa70e42ae282e69445f7f67419a01671e7a211d8 |
|
MD5 | efc1a71ec3ae110603ee8a1d11d784d3 |
|
BLAKE2b-256 | 6d85168efc6fc1b92318cc8c40bd07baba72ef0e962606cabfedc931829715a4 |
Hashes for bgen_reader-4.0.5-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8968ea04a2c95eddddcd9cf4d7e63844c5912987211e510ff69ed643dea7c825 |
|
MD5 | 09aeac52d9bc84276a70c8660e863ccf |
|
BLAKE2b-256 | 93d285483f2dc21931b23ec344462dead6ee53291169f2facfaef2536c1b1de6 |
Hashes for bgen_reader-4.0.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02a302cc3734b90deba818d5d5001517a08144b07cd3278ed0ad163d5933382f |
|
MD5 | dcc72c124865dc4776a4eeb062c077f4 |
|
BLAKE2b-256 | a7047529d3d3307290c822af17895613d8bceec3611502385ba098637d5a2ba6 |
Hashes for bgen_reader-4.0.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b4b33d63c45f5576965d1c9c274ccfc212cff7f9870fa03133a1f5695e2a41 |
|
MD5 | a83e402cf87d81b2f970a54c5e5a78d1 |
|
BLAKE2b-256 | 47665bbbc726538c492e9b15c38bf8842f711396b16ec0be085d7fb6235c70f2 |