{"id":15043591,"url":"https://github.com/bionumpy/bionumpy","last_synced_at":"2026-05-29T12:02:23.157Z","repository":{"id":61424634,"uuid":"542265970","full_name":"bionumpy/bionumpy","owner":"bionumpy","description":"Python library for array programming on biological datasets. Documentation available at: https://bionumpy.github.io/bionumpy/","archived":false,"fork":false,"pushed_at":"2025-06-16T06:15:45.000Z","size":41505,"stargazers_count":290,"open_issues_count":9,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-03T19:55:31.434Z","etag":null,"topics":["bioinformatics","numpy","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"knutdrand/bionumpy","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bionumpy.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-27T19:55:59.000Z","updated_at":"2026-02-12T05:38:14.000Z","dependencies_parsed_at":"2025-04-17T08:22:17.485Z","dependency_job_id":"9c9a234e-861a-4502-bc70-1b2374553848","html_url":"https://github.com/bionumpy/bionumpy","commit_stats":{"total_commits":1160,"total_committers":28,"mean_commits":41.42857142857143,"dds":0.403448275862069,"last_synced_commit":"0ddb09967455b015bbfb07e08830b80171ee8952"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/bionumpy/bionumpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionumpy%2Fbionumpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionumpy%2Fbionumpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionumpy%2Fbionumpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionumpy%2Fbionumpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bionumpy","download_url":"https://codeload.github.com/bionumpy/bionumpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionumpy%2Fbionumpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bioinformatics","numpy","python"],"created_at":"2024-09-24T20:49:18.940Z","updated_at":"2026-05-29T12:02:23.149Z","avatar_url":"https://github.com/bionumpy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nBioNumPy\n========\n\n.. image:: https://img.shields.io/pypi/v/bionumpy.svg\n        :target: https://pypi.python.org/pypi/bionumpy\n\n.. image:: https://github.com/bionumpy/bionumpy/actions/workflows/python-install-and-test.yml/badge.svg\n        :target: https://github.com/bionumpy/bionumpy/actions/\n        :alt: Build and test status\n\n.. image:: https://github.com/bionumpy/bionumpy/actions/workflows/benchmarking_big.yml/badge.svg\n        :target: https://github.com/bionumpy/bionumpy/blob/benchmarks/benchmarks/report_big.md\n        :alt: Benchmarks\n\n\nDocumentation: `https://bionumpy.github.io/bionumpy/ \u003chttps://bionumpy.github.io/bionumpy/\u003e`_\n\n\nWhat is BioNumPy?\n-----------------\nBioNumPy is a Python library, built on top of NumPy, for enabling array programming on biological datasets in Python.\nBioNumPy aims to make it easy to read common bioinformatics file formats efficiently into NumPy-like data structures\nthat enable efficient operations and analysis of the data. Working in BioNumPy should feel much like working in NumPy.\n\n\nGetting started\n----------------\n\n1. Install with pip:\n\n\t$ pip install bionumpy\n\n2. Import BioNumPy and read your data, e.g.:\n\n    \u003e\u003e\u003e import bionumpy as bnp\n    \u003e\u003e\u003e import numpy as np\n    \u003e\u003e\u003e f = bnp.open(\"example_data/big.fq.gz\")\n    \u003e\u003e\u003e # chunk contains the sequences of reads and NumPy-functions can be used\n    \u003e\u003e\u003e for chunk in f:\n    ...      print(np.sum(chunk.sequence == \"G\"))\n    53686\n\nCheck out the getting started guide and various tutorials in the `documentation \u003chttps://bionumpy.github.io/bionumpy/\u003e`_.\n\nYou can also find the latest version of the `BioNumPy manuscript here \u003chttps://github.com/bionumpy/bionumpy/blob/manuscript/bionumpymanuscript.pdf\u003e`_.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionumpy%2Fbionumpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbionumpy%2Fbionumpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionumpy%2Fbionumpy/lists"}