# HG changeset patch # User Daniel Blankenberg # Date 1377628632 14400 # Node ID 66a4325d939437abcf3ac5a07d4f9f488f41a582 # Parent 952a977a0f2fa24d821fb013b21bf8338b8b0224 update readme diff -r 952a977a0f2f -r 66a4325d9394 README.rst --- 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 | + +--------+----------------------------+ ------