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

[FEATURE] Make hll and minhash sketches cerealisable #216

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

smehringer
Copy link
Member

@smehringer smehringer commented Aug 7, 2024

Reading and writing now works in chopper with this branch on a test data set. I did not test it on the big data, as a benchmark is running and all the data is on augustus.
I will check it before doing the PR for chopper, but this minor PR for the HIBF lib could already be reviewed/merged.

Copy link

vercel bot commented Aug 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
hibf ✅ Ready (Inspect) Visit Preview Aug 19, 2024 8:09am

@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 7, 2024
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.68%. Comparing base (ed7fc71) to head (0bf16b5).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files          49       49           
  Lines        1912     1912           
  Branches        5        5           
=======================================
  Hits         1906     1906           
  Misses          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 8, 2024
@seqan-actions seqan-actions added the lint [INTERNAL] used for linting label Aug 18, 2024
@seqan-actions seqan-actions removed the lint [INTERNAL] used for linting label Aug 18, 2024
include/hibf/sketch/hyperloglog.hpp Outdated Show resolved Hide resolved
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Aug 19, 2024
@eseiler eseiler merged commit f1d1d60 into seqan:main Aug 19, 2024
37 checks passed
@smehringer smehringer deleted the sketch_file branch August 19, 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.

3 participants