Minor formatting issues

This commit is contained in:
Heng Li 2013-05-24 20:51:24 -04:00
parent 607e11d43d
commit 02d9bf123f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Illumina reads.
For all the algorithms, BWA first needs to construct the FM-index for the For all the algorithms, BWA first needs to construct the FM-index for the
reference genome (the **index** command). Alignment algorithms are invoked with reference genome (the **index** command). Alignment algorithms are invoked with
different sub-commands: **aln**/**samse**/**sampe** for BWA-backtrack, different sub-commands: **aln/samse/sampe** for BWA-backtrack,
**bwasw** for BWA-SW and **mem** for the BWA-MEM algorithm. **bwasw** for BWA-SW and **mem** for the BWA-MEM algorithm.
###Availability ###Availability