Skip to content

srbehera11/KmerEstimate

Repository files navigation

Compile and Run

Compile:

	g++ -o kmerEst kmerCountEstimate.cpp -std=c++11 -O3 -march=native

Run:

	./KmerEst -f <seq.fa> -k  <kmerLen> -s <minHeap_Size> -c <coverage> -o <out.txt>

About

KmerEstimate: A Streaming Algorithm for Estimating k-mer Counts with Optimal Space Usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages