Skip to main content

Reproducible bundles for EBP genome assemblies

Project description

genomebundle

genomebundle bundles metadata and files for Earth BioGenome Project (EBP) genome assemblies into a single, reproducible package.

The core idea is simple: when you use a genome assembly in your research, you should be able to document exactly what you downloaded, when, and from where — with checksums. genomebundle does this by aggregating data from three sources into a machine-readable manifest.json:

  • GoaT (Genomes on a Tree) — taxonomy and cross-references
  • NCBI Datasets — assembly statistics and FTP file URLs
  • BlobToolKit — BUSCO completeness results (assembly quality metrics)

This makes it easier to cite the data precisely and to keep pipelines reproducible across time.

Installation

pip install genomebundle

Basic CLI usage

# Download FASTA and GFF
genomebundle fetch GCF_040938575.1 --files fasta,gff

# Download all associated files
genomebundle fetch GCF_040938575.1 --files all

# Build manifest only (no download)
genomebundle fetch GCF_040938575.1 --no-download

# Verify checksums of a downloaded bundle
genomebundle verify ./GCF_040938575.1/

# Print manifest of an existing bundle
genomebundle show ./GCF_040938575.1/

Python API

from genomebundle import fetch_assembly, fetch_assembly_report, fetch_busco

goat = fetch_assembly("GCF_040938575.1")
ncbi = fetch_assembly_report("GCF_040938575.1")
btk  = fetch_busco("GCF_040938575.1")

Output

Each bundle contains:

  • manifest.json — machine-readable, includes SHA256 checksums and source URLs
  • README.txt — human-readable summary
  • downloaded files (optional)

References

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genomebundle-0.1.2.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

genomebundle-0.1.2-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file genomebundle-0.1.2.tar.gz.

File metadata

  • Download URL: genomebundle-0.1.2.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for genomebundle-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b22fbbe5485f7fc9733dd8effd7c862664580c85100d8b35d93d1fcf356ec6b5
MD5 fabca12d5f1802794b302a8c1cdb5f99
BLAKE2b-256 39bf6c7283fa749e20a6ee2ab3cf39a2610e39ddebe936a3f85d5fa67f3422c9

See more details on using hashes here.

File details

Details for the file genomebundle-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for genomebundle-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6b8710dd7b8aa8d5f1e910cb7748f336e502128241c8f6caa386947c3692d76d
MD5 d1649558591f5991ca39c1f30799fa27
BLAKE2b-256 ee9db1799367a755581157cd1abc7af3c898614b745fbb025881bdd44842d510

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page