# HG changeset patch # User Daniel Blankenberg # Date 1377626778 14400 # Node ID f7360b70729d663e615a6c054510dea561863b50 # Parent b3fe23fb6ad2e78cbbfd3c7d4812414a6865fa56 update readme diff -r b3fe23fb6ad2 -r f7360b70729d README.rst --- 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 | ++--------+----------------------------+ ------