Mercurial > repos > blankenberg > naive_variant_detector
comparison README.rst @ 18:35f37fdd9ce5
update readme
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Tue, 27 Aug 2013 14:07:47 -0400 |
parents | f7360b70729d |
children | 952a977a0f2f |
comparison
equal
deleted
inserted
replaced
17:f7360b70729d | 18:35f37fdd9ce5 |
---|---|
64 | 64 |
65 Choose the dtype to use for storing coverage information: | 65 Choose the dtype to use for storing coverage information: |
66 | 66 |
67 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. | 67 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. |
68 | 68 |
69 | |
69 +--------+----------------------------+ | 70 +--------+----------------------------+ |
70 | name | maximum coverage value | | 71 | name | maximum coverage value | |
71 +========+============================+ | 72 +========+============================+ |
72 | uint8 | 255 | | 73 | uint8 | 255 | |
73 +--------+----------------------------+ | 74 +--------+----------------------------+ |
76 | uint32 | 4,294,967,295 | | 77 | uint32 | 4,294,967,295 | |
77 +--------+----------------------------+ | 78 +--------+----------------------------+ |
78 | uint64 | 18,446,744,073,709,551,615 | | 79 | uint64 | 18,446,744,073,709,551,615 | |
79 +--------+----------------------------+ | 80 +--------+----------------------------+ |
80 | 81 |
81 | |
82 ------ | 82 ------ |
83 | 83 |
84 **Citation** | 84 **Citation** |
85 | 85 |
86 If you use this tool, please cite Blankenberg D, et al. *In preparation.* | 86 If you use this tool, please cite Blankenberg D, et al. *In preparation.* |