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] binning_directory #920

Merged
merged 5 commits into from
Feb 25, 2020

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Apr 16, 2019

Blocked by #933

Resolves #1562

TODO:

  • Snippets
  • Docs (grouping)
  • make parameters strong types
  • Debug streaming
  • Refactor tests

@eseiler eseiler requested a review from smehringer April 16, 2019 14:49
@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #920 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #920      +/-   ##
==========================================
+ Coverage   97.63%   97.65%   +0.02%     
==========================================
  Files         235      236       +1     
  Lines        8908     9005      +97     
==========================================
+ Hits         8697     8794      +97     
  Misses        211      211              
Impacted Files Coverage Δ
...n3/search/dream_index/interleaved_bloom_filter.hpp 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35c82a0...4e9b2e4. Read the comment docs.

@eseiler eseiler force-pushed the feature/binning_directory branch 2 times, most recently from f4c55c7 to b77dd42 Compare April 23, 2019 12:29
@eseiler eseiler force-pushed the feature/binning_directory branch 2 times, most recently from 66d6f7d to 59fc34d Compare May 1, 2019 10:06
@eseiler eseiler force-pushed the feature/binning_directory branch from 59fc34d to 9509b92 Compare May 7, 2019 13:41
@eseiler eseiler force-pushed the feature/binning_directory branch 3 times, most recently from cb2762c to bbb625b Compare May 17, 2019 16:24
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/detail/bitvector.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/detail/bitvector.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/detail/bitvector.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/detail/bitvector.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/detail/bitvector.hpp Outdated Show resolved Hide resolved
@eseiler eseiler force-pushed the feature/binning_directory branch 2 times, most recently from 004bc29 to 94885ed Compare June 20, 2019 13:30
@eseiler eseiler requested a review from smehringer June 20, 2019 13:31
Copy link
Member

@smehringer smehringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some stuff I came across when scanning the code to evaluate if mitra can use it already.

@eseiler eseiler removed the request for review from smehringer September 30, 2019 15:14
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
include/seqan3/search/dream_index/binning_directory.hpp Outdated Show resolved Hide resolved
test/unit/search/dream_index/binning_directory_test.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@MitraDarja MitraDarja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor things

Copy link
Contributor

@MitraDarja MitraDarja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks goods, just some small things. :)

Copy link
Contributor

@MitraDarja MitraDarja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. :)

Copy link
Member

@smehringer smehringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only tiny 💅 and then we can check the hash function once I have some tests on the uniformity

@eseiler eseiler mentioned this pull request Feb 21, 2020
eseiler added a commit to Clemapfel/seqan3 that referenced this pull request Feb 23, 2020
@smehringer smehringer merged commit 3b6738d into seqan:master Feb 25, 2020
@eseiler eseiler deleted the feature/binning_directory branch May 3, 2020 21:10
@rrahn rrahn mentioned this pull request Oct 12, 2020
27 tasks
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.

[FEATURE] Add the interleaved bloom filter
3 participants