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.1-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c17a717456e54c440dd53b02448c14b259ac848578971ee0ebbff2043d4186 |
|
MD5 | 243bdae399e87621c22eaee3faae4eb9 |
|
BLAKE2b-256 | 909b8592c41f1aa2d2939018e10b1407aada6516964b5c74c04f5629df26dba3 |
Hashes for bgen_reader-4.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01c50c8fae24dbb371b2e692a94980a06a741e34bcc478331aeca351c7c34cc6 |
|
MD5 | 89b61aa48ed1aad31ba56a070792b3d6 |
|
BLAKE2b-256 | 96094200e987bdaea99185a706502261e9077acf6f949cc5732082921f20ec26 |
Hashes for bgen_reader-4.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31129c8fff39c0cf267bf1c59d6219368bf8551547f139bdf2c5b906ed9ddc3d |
|
MD5 | 2dd5cbf85b4e1caf0b9fb5d3b81c8073 |
|
BLAKE2b-256 | 05e84c4ca6cb2abb5964956d3b5bd2b888e27490c540878c6743457073bdf673 |
Hashes for bgen_reader-4.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5577b0531c349da79e1e79d76c1da8af6992633c673a0dc574a89bf2b8cb17c |
|
MD5 | 5a3ce71ed1c7a3d19fec03772db02482 |
|
BLAKE2b-256 | ac6b6c9361a1c863a3e031a03a6912303aa7881582fcac2b89ff173f304e62b6 |
Hashes for bgen_reader-4.0.1-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1eaf4ea11c881dc60cbe3535a8dbcf1d6648efd875de4ae6677aecf2bddc50b |
|
MD5 | a8a1c9bde88e9164a8db1fbf09fa1854 |
|
BLAKE2b-256 | bd37bde834fdd4ca45142ce0b55a1fd340fa602a303ac2bd3e19fa5cfd75779a |
Hashes for bgen_reader-4.0.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1b95ccc583bc8087d42b2d9a085f20969d3b35a66e41e3c261d7c56121ebe37 |
|
MD5 | ad75cecfc42ee0d5c42c6c96ac62483d |
|
BLAKE2b-256 | cfd3f3903358fda9775218691635dd8b69d09fac75a4541c67922d3856294f84 |
Hashes for bgen_reader-4.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3c956f794cf5059c03582ca8dd28dda5da0291b32f34c9317ab97b4a7bbc06e |
|
MD5 | 29165b2d6332a5574c40e79aad9ceb56 |
|
BLAKE2b-256 | cb65e0bfa5aee032ec42ee09ca008e1aa91e9962bb0205e88e5be4006e98c70d |
Hashes for bgen_reader-4.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73c76979596f3211804c1b34c1284833233fb30bc598f17805148ca40be17d55 |
|
MD5 | 098e8c7738135bcdc76f5c29dfeb3089 |
|
BLAKE2b-256 | 0c1d5328630adc1d17e59ce69b80f433606986146cc34ec88cff8a09bc5102e7 |