{"id":21433570,"url":"https://github.com/limix/bgen-reader-py","last_synced_at":"2025-07-14T13:31:20.560Z","repository":{"id":22074527,"uuid":"94411480","full_name":"limix/bgen-reader-py","owner":"limix","description":"A BGEN file format reader.","archived":false,"fork":false,"pushed_at":"2024-10-28T12:01:16.000Z","size":1256,"stargazers_count":10,"open_issues_count":8,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-28T12:50:05.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-15T07:18:08.000Z","updated_at":"2024-10-28T12:01:19.000Z","dependencies_parsed_at":"2024-06-21T04:10:41.633Z","dependency_job_id":null,"html_url":"https://github.com/limix/bgen-reader-py","commit_stats":{"total_commits":604,"total_committers":5,"mean_commits":120.8,"dds":"0.45529801324503316","last_synced_commit":"6c384dafc83d4f4cec5425a583c725cf4b5773fb"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limix%2Fbgen-reader-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limix%2Fbgen-reader-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limix%2Fbgen-reader-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limix%2Fbgen-reader-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limix","download_url":"https://codeload.github.com/limix/bgen-reader-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225980902,"owners_count":17554919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T23:28:48.259Z","updated_at":"2024-11-22T23:28:48.712Z","avatar_url":"https://github.com/limix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bgen-reader\n\nA [bgen file format](http://www.well.ox.ac.uk/~gav/bgen_format/) reader.\n\nBgen is a file format for storing large genetic datasets.\nIt supports both unphased genotypes and phased haplotype data with variable\nploidy and number of alleles. It was designed to provides a compact data\nrepresentation without sacrificing variant access performance.\n\nThis python package is a wrapper around the [bgen library](https://github.com/limix/bgen),\na low-memory footprint reader that efficiently reads bgen files.\nIt fully supports the bgen format specifications: 1.2 and 1.3;\nas well as their optional compressed formats.\n\n## Install\n\nIt can be installed via [conda](https://conda.io/docs/)\n\n```bash\nconda install -c conda-forge bgen-reader\n```\n\nOr via pip\n\n```bash\npip install bgen-reader\n```\n\n## Documentation\n\nPlease, refer to [https://bgen-reader.readthedocs.io](https://bgen-reader.readthedocs.io).\n\n\n## Troubleshooting\n\n### fatal error: bgen.h: No such file or directory\n\nThis means that bgen C library is not installed (or could not be found). Please,\nfollow the instructions in \u003chttps://github.com/limix/bgen\u003e to install it, and try\ninstalling bgen-reader again.\n\n## Problems\n\nIf you encounter any issue, please, [submit it](https://github.com/limix/bgen-reader-py/issues/new).\n\n## Authors\n\n* [Danilo Horta](https://github.com/horta)\n\n## License\n\nThis project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/bgen-reader-py/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimix%2Fbgen-reader-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimix%2Fbgen-reader-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimix%2Fbgen-reader-py/lists"}