Releases: MoseleyBioinformaticsLab/recount3
Releases · MoseleyBioinformaticsLab/recount3
v1.1.0
Added
- Multithreaded downloading in the API via
R3ResourceBundle.download(max_workers=...), sharing the same thread-pool implementation as the CLIdownloadcommand. available_samples,available_projects, andproject_homesare now part of the public top-levelrecount3API.
Changed
- Increased the default download concurrency from 4 to 8 worker threads for the CLI (
--jobs), matching the new API's 8 (max_workers).
Fixed
create_rse(genomic_unit="junction")now succeeds by default. The junction extension defaults are unit-aware and include theRRsidecar required to attach genomic coordinates, socreate_rse()returns aRangedSummarizedExperimentinstead of raisingValueError.- SRA sample-attribute expansion now resolves both the R-style
sra.sample_attributescolumn name if used and the namespacedsra__sample_attributesproduced by the bundle layer. recount3 downloadnow creates the--destdirectory when it does not already exist (matching the existing behavior for.zipdestinations).
Full changelog: https://github.com/MoseleyBioinformaticsLab/recount3/blob/main/CHANGELOG.rst
v1.0.0
Initial public release.