I am working on implementing an efficient sequence alignment algorithm using parallelism in Java. I want to return all the possible positions of the sequence.

Can you guys suggest an algorithm for which this is doable? I have looked into the Needem-Wunsch an Smith-Waterman but I am looking for something a little less complex but that still is efficient. I have just started working with parallelism so it cannot be too complex.

Thanks.

有帮助吗?

解决方案

you can use BLAST for Basic Local Alignment Search Tool

official site or wiki

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top