From 02d9bf123f15c763b837c5cadcff8d4315990ddf Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 24 May 2013 20:51:24 -0400 Subject: [PATCH] Minor formatting issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46a691..4689b6d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Illumina reads. For all the algorithms, BWA first needs to construct the FM-index for the 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. ###Availability