Python toolkit for fetching GEO / SRA / ENA metadata into structured tables.
Project description
BioDownloader Lightweight Python tools for retrieving structured metadata from GEO, SRA, and ENA.
Features • Fetch GEO metadata (GSE/GSM) • Retrieve SRA RunInfo via NCBI API • Access ENA run‑level metadata • Optional automated GEO–SRA merging • Includes a command‑line client (biofetch)
Installation pip install biodownloader
Usage Examples GEO from biodownloader import fetch_geo_series geo = fetch_geo_series("GSE181294") SRA from biodownloader import fetch_sra_bioproject sra = fetch_sra_bioproject("PRJNA730495") ENA from biodownloader import fetch_ena_accession ena = fetch_ena_accession("SRR23080510") GEO–SRA merge from biodownloader import fetch_and_merge_geo_sra merged = fetch_and_merge_geo_sra("GSE181294", "PRJNA730495")
CLI biofetch --source geo --id GSE181294 --out output.csv biofetch --source sra --id PRJNA730495 --out sra.csv biofetch --source ena --id SRR23080510 --out ena.tsv
Limitations • When GSM identifiers do not match between GEO and SRA, merged tables may be empty. • GEO HTML structures may evolve and require parser updates.
License 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 Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biodownloader-0.1.0.tar.gz.
File metadata
- Download URL: biodownloader-0.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c735b9f08bbe18d545bb5a6ac9f01493e2ca108eb7e93ad77e8e23a26134b852
|
|
| MD5 |
879554f61373d3ea09971e7aab5846e3
|
|
| BLAKE2b-256 |
f22453a4bbcccacebd0abe64b4b935cbd996769d1fa2998c4abed0adf9d51f8a
|
File details
Details for the file biodownloader-0.1.0-py3-none-any.whl.
File metadata
- Download URL: biodownloader-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43552be8ec8fbaf6928c50c1e7af41716ba1ba4ee897559fd3cfb391202c0f3d
|
|
| MD5 |
4e8332dc8f4282e7f5b1b66e430342aa
|
|
| BLAKE2b-256 |
54d4044342c028b8613ad1db8f9517ae54299841a54d6e97c73739dcd30fb010
|