Closed holtgrewe closed 3 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request involve modifications to several files, primarily focusing on enhancing the handling of large files through Git LFS, updating JSON configurations for genomic data, and refining the functionality of query processing in the seqvars
module. New entries for LFS tracking have been added, along with structural changes to JSON files to improve organization and clarity. Additionally, the run
function and query handling have been updated to incorporate in-house frequency data, enriching the querying capabilities of the application.
File Path | Change Summary |
---|---|
.gitattributes |
Added entries for LFS tracking for tests/seqvars/query/db-dynamic/** and tests/strucvars/query/db-dynamic/** . |
src/seqvars/aggregate/mod.rs |
Modified run function to include genome release name in RocksDB metadata. |
src/seqvars/query/interpreter/frequency.rs |
Enhanced passes function with additional checks for inhouse frequency filter. |
src/seqvars/query/mod.rs |
Added optional path_inhouse_db argument and updated run_query to accept inhouse parameter. Introduced inhouse module. |
tests/seqvars/query/Case_1.query.json |
Restructured JSON format for improved organization, including new objects for genotype and frequency. |
tests/seqvars/query/db-dynamic/worker/seqvars/inhouse/grch37/2024-10-30_13-33-30/paths.txt |
New file added with metadata, tracked by Git LFS. |
tests/seqvars/query/db-dynamic/worker/seqvars/inhouse/grch37/2024-10-30_13-33-30/rocksdb/*.sst |
Multiple new binary files added, tracked by Git LFS. |
tests/seqvars/query/db-dynamic/worker/seqvars/inhouse/grch37/2024-10-30_13-33-30/rocksdb/* |
New files added for RocksDB management, including CURRENT , IDENTITY , LOG , MANIFEST , and OPTIONS . |
tests/seqvars/query/dragen.query.json |
Modified JSON structure to enhance organization, including new sections for genotype, quality, and frequency. |
In the burrow deep, we make our play,
With files and data, we hop all day.
Large files tracked with care and grace,
New paths and queries in our space.
A world of genes we now explore,
With every change, we leap for more! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 76.47059%
with 44 lines
in your changes missing coverage. Please review.
Project coverage is 79%. Comparing base (
0ce7f13
) to head (1b1a37f
). Report is 1 commits behind head on main.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores