Skip to content

A Streaming Algorithm for Estimating k-mer Counts with Optimal Space Usage in Parallel

License

Notifications You must be signed in to change notification settings

urmilkadakia/ParallelKmerEstimate

Repository files navigation

ParallelKmerEstimate

A Streaming Algorithm for Estimating k-mer Counts with Optimal Space Usage in Parallel.

Usage

  1. Compile:
g++ -o pkmerEst parallelKmerCountEstimate.cpp -std=c++11 -O3 -march=native
  1. Run:
./pkmerEst -f <seq.fa> -k  <kmerLen> -s <minHeap_Size> -c <coverage> -t <thread_count> -q <queue_size> -o <out.txt>

About

A Streaming Algorithm for Estimating k-mer Counts with Optimal Space Usage in Parallel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages