changeset 11:15493ebbc53b

Update help text.
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 27 Aug 2013 13:05:16 -0400
parents d6d7aa386bad
children 7f654ba273cb
files tools/naive_variant_detector.xml
diffstat 1 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/tools/naive_variant_detector.xml	Mon Aug 26 17:47:25 2013 -0400
+++ b/tools/naive_variant_detector.xml	Tue Aug 27 13:05:16 2013 -0400
@@ -163,17 +163,17 @@
 
  This controls the maximum depth value for each nucleotide/position/strand (when specified). Smaller values require the least amount of memory, but have smaller maximal limits.
 
- +--------+----------------------+
- | name   | max value            |
- +========+======================+
- | uint8  | 255                  |
- +--------+----------------------+
- | uint16 | 65535                |
- +--------+----------------------+
- | uint32 | 4294967295           |
- +--------+----------------------+
- | uint64 | 18446744073709551615 |
- +--------+----------------------+
+ +--------+----------------------------+
+ | name   | maximum coverage value     |
+ +========+============================+
+ | uint8  | 255                        |
+ +--------+----------------------------+
+ | uint16 | 65,535                     |
+ +--------+----------------------------+
+ | uint32 | 4,294,967,295              |
+ +--------+----------------------------+
+ | uint64 | 18,446,744,073,709,551,615 |
+ +--------+----------------------------+
 
 ------