# HG changeset patch # User Daniel Blankenberg # Date 1377623116 14400 # Node ID 15493ebbc53ba2a2f1a9e52a9d49df44f59802b0 # Parent d6d7aa386bad345e8e868fe0f347fe9c8c8227fd Update help text. diff -r d6d7aa386bad -r 15493ebbc53b tools/naive_variant_detector.xml --- 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 | + +--------+----------------------------+ ------