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

[WIP] New Release v2 #74

Open
wants to merge 522 commits into
base: master
Choose a base branch
from
Open

[WIP] New Release v2 #74

wants to merge 522 commits into from

Conversation

mr-eyes
Copy link
Member

@mr-eyes mr-eyes commented Feb 20, 2021

No description provided.

@codecov
Copy link

codecov bot commented Feb 21, 2021

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (master@e3c4459). Click here to learn what that means.

❗ Current head 28090d8 differs from pull request most recent head 5f3598a. Consider uploading reports for the commit 5f3598a to get more accurate results

Additional details and impacted files
@@          Coverage Diff           @@
##             master   #74   +/-   ##
======================================
  Coverage          ?     0           
======================================
  Files             ?     0           
  Lines             ?     0           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?     0           
  Partials          ?     0           

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

@mr-eyes mr-eyes marked this pull request as draft February 21, 2021 11:40
@mr-eyes mr-eyes changed the title [WIP] New Release [WIP] New Release v2 Mar 20, 2021
@mr-eyes mr-eyes marked this pull request as ready for review June 17, 2021 18:40
kDataFrameSTL<MapType>::kDataFrameSTL(uint64_t ksize, uint64_t nKmers) {
this->class_name = "STL"; // Temporary until resolving #17
this->kSize = ksize;
KD = new Kmers(kSize, TwoBits_hasher);
Copy link
Member Author

Choose a reason for hiding this comment

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

@shokrof Why is the TwoBits_hasher used here instead of integer hashing? TwoBits_hasher does not really hash the kmers, just returns the two-bit representation.

Copy link
Member Author

Choose a reason for hiding this comment

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

Are you using here std::hash instead of the hashing modes in kmerDecoder?

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.

None yet

2 participants