Skip to content

cdessez/dna-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

--- Abstract ---

This academic project provides a way to parallelize and distribute the comparison of DNA sequences to a given sequence. This aims at reducing the time necessary to find which sequence is the closest to a given one among those stored in a database, which might be distributed over a network of computers. The distance used to compare the sequences is the edit distance.

First, the computation of a single comparison is parallelized on a GPU, in order to take advantage of its numerous cores. Second, the comparisons are distributed over a network of computers.

--- Languages ---

Java, Java-RMI, JCuda, Cuda

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages