Skip to content

implement map reduce #43

Open
Open
@mjbroerman

Description

@mjbroerman

I was looking for a fast kmer counter and came across this as well as your package:
https://pirl.unc.edu/blog/shaking-the-rust-off-python-redox

I guess there's also needletail which is older, on crates.io and hence more depended on, but yours uses rayon, so a better fit for the implementation at the link. Is that right?

This is also more recently maintained, just by you. 😄

Nice that you are still maintaining this starter project! I myself am starting to learn rust. It seems you have been hoping to implement hashmaps also. Let me know if you would like a contribution--please be warned, it is early days for me!

My use case is that I want to populate a large array with kmer counts from sequencing reads, likely from FASTQ files. Since that is supported by needletail I might start there.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions