-
Notifications
You must be signed in to change notification settings - Fork 4
Compute super-k-mer positions as u32s, add wrappers and tests #5
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
base: master
Are you sure you want to change the base?
Conversation
v | ||
} | ||
|
||
/// Convenience wrapper around `collect_and_dedup_with_index_into`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
document which output component contains what (here and possibly elsewhere)
@@ -162,7 +162,7 @@ pub mod private { | |||
/// Re-export of the `packed-seq` crate. | |||
pub use packed_seq; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a little ## Super-k-mers
paragraph at line 42 above maybe?
And then also a quick hand-made example showing some explicit numbers.
883aad8
to
6522b32
Compare
@imartayan was there anything holding this up? Could you fix the remaining items? |
Sorry, I've been quite busy lately and kept postponing this. I'll try to do it by tomorrow. |
No description provided.