From 6460ef5572c886719cb8dd6fc13cd2999307ff80 Mon Sep 17 00:00:00 2001 From: Jason Gilliland Date: Thu, 17 Mar 2016 11:50:00 -0400 Subject: [PATCH] Minor doc fix MAN page described `bwa mem` option `-D` variously as integer and float, when it is in fact a float. --- bwa.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwa.1 b/bwa.1 index 994f96a..ee4e4f3 100644 --- a/bwa.1 +++ b/bwa.1 @@ -202,7 +202,7 @@ Discard a MEM if it has more than .I INT occurence in the genome. This is an insensitive parameter. [500] .TP -.BI -D \ INT +.BI -D \ FLOAT Drop chains shorter than .I FLOAT fraction of the longest overlapping chain [0.5]