changeset 20:66a4325d9394

update readme
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 27 Aug 2013 14:37:12 -0400
parents 952a977a0f2f
children 69d5400f3186
files README.rst
diffstat 1 files changed, 11 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Tue Aug 27 14:09:40 2013 -0400
+++ b/README.rst	Tue Aug 27 14:37:12 2013 -0400
@@ -66,20 +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.
  
-
-
-
-z+--------+----------------------------+
-| 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 |
+ +--------+----------------------------+
 
 
 ------