Abstract

BackgroundShort-read aligners have recently gained a lot of speed by exploiting the massive parallelism of GPU. An uprising alterative to GPU is Intel MIC; supercomputers like Tianhe-2, currently top of TOP500, is built with 48,000 MIC boards to offer ~55 PFLOPS. The CPU-like architecture of MIC allows CPU-based software to be parallelized easily; however, the performance is often inferior to GPU counterparts as an MIC card contains only ~60 cores (while a GPU card typically has over a thousand cores).ResultsTo better utilize MIC-enabled computers for NGS data analysis, we developed a new short-read aligner MICA that is optimized in view of MIC's limitation and the extra parallelism inside each MIC core. By utilizing the 512-bit vector units in the MIC and implementing a new seeding strategy, experiments on aligning 150 bp paired-end reads show that MICA using one MIC card is 4.9 times faster than BWA-MEM (using 6 cores of a top-end CPU), and slightly faster than SOAP3-dp (using a GPU). Furthermore, MICA's simplicity allows very efficient scale-up when multiple MIC cards are used in a node (3 cards give a 14.1-fold speedup over BWA-MEM).SummaryMICA can be readily used by MIC-enabled supercomputers for production purpose. We have tested MICA on Tianhe-2 with 90 WGS samples (17.47 Tera-bases), which can be aligned in an hour using 400 nodes. MICA has impressive performance even though MIC is only in its initial stage of development.Availability and implementationMICA's source code is freely available at http://sourceforge.net/projects/mica-aligner under GPL v3.Supplementary informationSupplementary information is available as "Additional File 1". Datasets are available at www.bio8.cs.hku.hk/dataset/mica.

Highlights

  • With the rapid advance of sequencing technologies, there is continuously demand for faster and faster analysis

  • MICA runs on a server equipped with 1 to 3 Many Integrated Core (MIC) cards

  • We divide the discussion into two parts: the first part describes the techniques on how to utilize the resources of MIC to match the performance of SOAP3-dp on graphics processing unit (GPU), and the second part is about the new techniques for aligning reads

Read more

Summary

Introduction

With the rapid advance of sequencing technologies, there is continuously demand for faster and faster analysis. Experience has shown, that it is not easy to build useful read alignment software using massive core architectures such as GPU and MIC. This paper introduces MICA, a new short-read aligner designed to fully utilize the computing power of MIC.

Results
Conclusion
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call