changeset 17:f7360b70729d

update readme
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 27 Aug 2013 14:06:18 -0400
parents b3fe23fb6ad2
children 35f37fdd9ce5
files README.rst
diffstat 1 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Tue Aug 27 14:05:18 2013 -0400
+++ b/README.rst	Tue Aug 27 14:06:18 2013 -0400
@@ -66,17 +66,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   | maximum coverage value     |
- +========+============================+
- | uint8  | 255                        |
- +--------+----------------------------+
- | uint16 | 65,535                     |
- +--------+----------------------------+
- | uint32 | 4,294,967,295              |
- +--------+----------------------------+
- | uint64 | 18,446,744,073,709,551,615 |
- +--------+----------------------------+
++--------+----------------------------+
+| name   | maximum coverage value     |
++========+============================+
+| uint8  | 255                        |
++--------+----------------------------+
+| uint16 | 65,535                     |
++--------+----------------------------+
+| uint32 | 4,294,967,295              |
++--------+----------------------------+
+| uint64 | 18,446,744,073,709,551,615 |
++--------+----------------------------+
 
 
 ------