PASS: a program to align short sequences
- 13 February 2009
- journal article
- Published by Oxford University Press (OUP) in Bioinformatics
- Vol. 25 (7), 967-968
- https://doi.org/10.1093/bioinformatics/btp087
Abstract
Standard DNA alignment programs are inadequate to manage the data produced by new generation DNA sequencers. To answer this problem, we developed PASS with the objective of improving execution time and sensitivity when compared with other available programs. PASS performs fast gapped and ungapped alignments of short DNA sequences onto a reference DNA, typically a genomic sequence. It is designed to handle a huge amount of reads such as those generated by Solexa, SOLiD or 454 technologies. The algorithm is based on a data structure that holds in RAM the index of the genomic positions of 'seed' words (typically 11 and 12 bases) as well as an index of the precomputed scores of short words (typically seven and eight bases) aligned against each other. After building the genomic index, the program scans every query sequence performing three steps: (1) it finds matching seed words in the genome; (2) for every match checks the precomputed alignment of the short flanking regions; (3) if passes step 2, then it performs an exact dynamic alignment of a narrow region around the match. The performance of the program is very striking both for sensitivity and speed. For instance, gap alignment is achieved hundreds of times faster than BLAST and several times faster than SOAP, especially when gaps are allowed. Furthermore, PASS has a higher sensitivity when compared with the other available programs. Source code and binaries are freely available for download at http://pass.cribi.unipd.it, implemented in C++and supported on Linux and Windows.Keywords
This publication has 14 references indexed in Scilit:
- Mapping short DNA sequencing reads and calling variants using mapping quality scoresGenome Research, 2008
- SeqMap: mapping massive amount of oligonucleotides to the genomeBioinformatics, 2008
- ZOOM! Zillions of oligos mappedBioinformatics, 2008
- PatMaN: rapid alignment of short sequences to large databasesBioinformatics, 2008
- CUDA compatible GPU cards as efficient hardware accelerators for Smith-Waterman sequence alignmentBMC Bioinformatics, 2008
- Using quality scores and longer reads improves accuracy of Solexa read mappingBMC Bioinformatics, 2008
- SOAP: short oligonucleotide alignment programBioinformatics, 2008
- The Personal Genome ProjectMolecular Systems Biology, 2005
- Basic Local Alignment Search ToolJournal of Molecular Biology, 1990
- Basic local alignment search toolJournal of Molecular Biology, 1990