iqbal-lab/cortex

Improve mem height/width estimation in run_indep_workflow...

iqbal-lab opened this issue · 4 comments

..as Rachel says it consistently underestimates mem required.

For this do you just need a kmer count? Have looked at hyperloglog recently

  • could be useful here. Rapid counting of unique kmer in low memory.

On Thu, 10 Sep 2015 14:19 Zamin Iqbal notifications@github.com wrote:

..as Rachel says it consistently underestimates mem required.


Reply to this email directly or view it on GitHub
#5.

Er.. yes

Very simple script here:

https://github.com/Phelimb/hllcounter

let me know if useful

Will do!