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-3.0.6-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e63a315cf7217fa97345a8ed655cecdbccf928f0806ae0739cc809a1d53173eb |
|
MD5 | 27b235a7d2f8f3347806817d96572e2a |
|
BLAKE2b-256 | fe32bf2806d8b88d2761422924ba616c8a9c816ffcf739a75e838e67747810f0 |
Hashes for bgen_reader-3.0.6-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e2b3a49aaa1cfba6f32c208f3f07911b222067d7774a063e97542894414cbb8 |
|
MD5 | fa752c3fa98771df87cb334db7f30b46 |
|
BLAKE2b-256 | d1d63c11e19e80db1586b33be380fcb3b6cd38d5f4a6b916c5cc6767bcd5bb85 |
Hashes for bgen_reader-3.0.6-cp37-cp37m-macosx_10_6_intel.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2794d687f47b58ae29a0fff5be0e9305cc0111f2e2c0ff3405beeef169581a01 |
|
MD5 | bc050e0401533b98dc7b04c3e5d66d54 |
|
BLAKE2b-256 | e9b07a0b00318b217730dfec3dbc10cabfedeebce5b42e0a5adf95ce00f5fa3e |
Hashes for bgen_reader-3.0.6-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0c3b53c16aa1d572d6314c1eb065bf7022e78f8c8694d7671a16cdfb9346597 |
|
MD5 | 8b4051ba5f504654d605590ec2f7e428 |
|
BLAKE2b-256 | 61f45159ccea22d40d9ac00c6ddcd58afe88cf7bfb8bbea12d1b839a8d5b9ca1 |
Hashes for bgen_reader-3.0.6-cp36-cp36m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb107f379fa91e247be661a78085e60b238e2df469e1b89ff46b5720691cf1ca |
|
MD5 | ce33e31b83f0c7ba4ff689f1b3a16c39 |
|
BLAKE2b-256 | 21cd2cca1a7e17bda59cb293070b68138a250243313359fd89b35b89efe0ca27 |
Hashes for bgen_reader-3.0.6-cp36-cp36m-macosx_10_6_intel.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 029dff58e2c98a211f748295ffdd67b4291bcfe594cf73e4ae8492433d7f047a |
|
MD5 | 64a279eb1f1880dda59ad06d89bdeaa9 |
|
BLAKE2b-256 | bcb98b8077c986a9cd3f2b3a666547c6a377783536de10c8c9a8fd45b5831410 |