Release 0.8.0 - #134
Merged
Merged
Conversation
1. Automatic db updates using refgenie api 2. Validation on genomes from refgenie 3. Caching of the reference genomes - Updated Logger in bedboss - Updated reindexing CLI
Added refgenie as reference genome source
# Conflicts: # bedboss/_version.py
Contributor
There was a problem hiding this comment.
Pull Request Overview
This release (0.8.0) enhances BedBoss with improved reference genome validation, new CLI tools for UMAP generation, and better vector database functionality. The primary focus is migrating from local genome files to RefGenie for chromosome size data, improving search capabilities, and adding visualization tools.
- Migrated reference genome validation to use RefGenie API for chromosome sizes instead of local files
- Added CLI commands for UMAP generation, semantic search reindexing, and genome database updates
- Improved logger configuration and vector database reindexing functionality
Reviewed Changes
Copilot reviewed 24 out of 33 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| bedboss/_version.py | Version bump to 0.8.0 |
| bedboss/refgenome_validator/main.py | Updated to use RefGenie chromosome sizes and genome digests |
| bedboss/refgenome_validator/refgenie_chrom_sizes.py | New module for fetching genome data from RefGenie API |
| bedboss/cli.py | Added new CLI commands for UMAP, reindexing, and genome updates |
| bedboss/scripts/make_umap.py | New script for generating UMAP visualizations from vector embeddings |
| scripts/ | Added utility scripts for database operations and evaluation |
| docs/changelog.md | Updated changelog for 0.8.0 release |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
TODO:
__version__.pyfile