| > that’s disappointing, since a computer running the existing algorithm would take 1,000 years to exhaustively compare two human genomes. I did a quick googling [1] and > Our algorithm divides the problem into independent `quadrants' ... > Our results show that our GPU implementation is up to 8x faster when operating on a large number of sequences. It's still soul crushing. Why did our genome have to be that long :( BTW, do you have numbers for setups with hundreds of GPUs? I'm also left wondering about results using stochastic solutions. On how accuracy and problem size relate. [1] http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=tru... |
Suppose you have two files, `bob.genome` and `mary.genome`. Let's say they are 1gb each [1].
I think I can diff two 1gb files in less than 1,000 years.
diff(1) shows "deletions, insertions, and substitutions".
Therefor, I don't believe it. Yet. What did I miss?
1. http://stackoverflow.com/questions/8954571/how-much-memory-w... (Rounded up because Fermi estimation [2].)
2. https://what-if.xkcd.com/84/