SOAPaligner/soap2(1) | Bioinformatics tool | SOAPaligner/soap2(1) |
SOAPaligner/soap2 - Short Oligonucleotide Analysis Package aligner
soap reference.index short_reads.fast[a|q] alignment.out [options]
SOAPaligner/soap2 is a member of the SOAP (Short Oligonucleotide Analysis Package). It is an updated version of SOAP software for short oligonucleotide alignment. The new program features in super fast and accurate alignment for huge amounts of short reads generated by Illumina/Solexa Genome Analyzer. Compared to soap v1, it is one order of magnitude faster. It require only 2 minutes aligning one million single-end reads onto the human reference genome. Another remarkable improvement of SOAPaligner is that it now supports a wide range of the read length.
SOAPaligner benefitted in time and space efficiency by a revolution in the basic data structures and algorithms used.The core algorithms and the indexing data structures (2way-BWT) are developed by the algorithms research group of the Department of Computer Science, the University of Hong Kong (T.W. Lam, Alan Tam, Simon Wong, Edward Wu and S.M. Yiu).
soap -D <in.fasta.index> -a <query.file.a> [-b <query.file.b>] -o <alignment.output> [-2 <unpaired.output>] [options]
OPTIONS:
SOAP2 output format contains following column information:
1. reads name / reads ID (if -t is available)
2. reads sequence (if read align to reverse strand, here is the reverse sequence of original read)
3. quality sequence (if input is fasta reads, the column will be all 'h', and the sequence is backward if reads mapping reverse )
4.
Before use soap2 to do alignment, the reference index must be generated by 2bwt-builder.
NOTE: 1. the reference input should only be FASTA format; 2. the program wil auto generate the index files in the directory where the fasta file is located, so confirm the permission at first.
The datastructure is imcompatible with 32bit, so it can't be migrated on any 32bit platforms. Due to using the MMX instruction to opitimize parts of code, the current version can only run on x86_64 platform. We will provide a universal version for most of the 64bit platform later.
2.at least 8Gb hard disk to store index (for a genome as large as human's)
Website for SOAP <http://soap.genomics.org.cn>,
Google Group for SOAP <http://groups.google.com/group/bgi-soap>
BGI Shenzhen SOAP team. The core algorithm Bidirect-BWT is wrotten by Prof. T.W. Lam and his team at HongKong University.
Report bugs to <soap@genomics.org.cn>
We appreciate Prof. T.W. Lam, Alan Tam, Simon Wong, Edward Wu and S.M. Yiu prominent work on Bidirect-BWT.
25 May 2009 | SOAPaligner-2.1X |