Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce protobuf schema for seqvars query output (#375) #430

Merged

Conversation

holtgrewe
Copy link
Contributor

No description provided.

@holtgrewe holtgrewe linked an issue Aug 6, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 6, 2024

Codecov Report

Attention: Patch coverage is 5.85366% with 386 lines in your changes missing coverage. Please review.

Project coverage is 74%. Comparing base (48a3144) to head (3b2e4d0).
Report is 2 commits behind head on main.

Files Patch % Lines
src/seqvars/query/mod.rs 0% 376 Missing ⚠️
src/common/mod.rs 60% 4 Missing ⚠️
src/pbs.rs 0% 4 Missing ⚠️
src/seqvars/query/schema/data.rs 75% 1 Missing ⚠️
src/strucvars/query/clinvar.rs 0% 1 Missing ⚠️
Additional details and impacted files
@@         Coverage Diff          @@
##           main   #430    +/-   ##
====================================
- Coverage    75%    74%    -2%     
====================================
  Files        44     42     -2     
  Lines      7182   7303   +121     
====================================
- Hits       5432   5429     -3     
- Misses     1750   1874   +124     
Files Coverage Δ
src/seqvars/query/interpreter/frequency.rs 100% <ø> (ø)
src/seqvars/query/interpreter/genotype.rs 88% <ø> (ø)
src/seqvars/query/interpreter/quality.rs 90% <100%> (ø)
src/seqvars/query/schema/query.rs 94% <100%> (-1%) ⬇️
src/seqvars/query/schema/data.rs 93% <75%> (ø)
src/strucvars/query/clinvar.rs 73% <0%> (ø)
src/common/mod.rs 81% <60%> (-2%) ⬇️
src/pbs.rs 0% <0%> (ø)
src/seqvars/query/mod.rs 15% <0%> (-17%) ⬇️

@holtgrewe holtgrewe merged commit 214c8e9 into main Aug 6, 2024
8 of 9 checks passed
@holtgrewe holtgrewe deleted the 375-introduce-protobuf-schemas-for-seqvar-query-output branch August 6, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce protobuf schemas for seqvar query output
1 participant