Bwasw-Cloud: Efficient sequence alignment algorithm for two big data with MapReduce

mingming sun,xuehai zhou,feng yang,kun lu,dong dai
DOI: https://doi.org/10.1109/ICADIWT.2014.6814662
2014-01-01
Abstract:The recent next-generation sequencing machines generate sequences at an unprecedented rate, and a sequence is not short any more called read. The reference sequences which are aligned reads against are also increasingly large. Efficiently mapping large number of long sequences with big reference sequences poses a new challenge to sequence alignment. Sequence alignment algorithms become to match on two big data. To address the above problem, we propose a new parallel sequence alignment algorithm called Bwasw-Cloud, optimized for aligning long reads against a large sequence data (e.g. the human genome). It is modeled after the widely used BWA-SW algorithm and uses the open-source Hadoop implementation of MapReduce. The results show that Bwasw-Cloud can effectively and quickly match two big data in common cluster.
What problem does this paper attempt to address?