Hi,
Here is an excerpt of the docs of -dcov option:
"For read-based traversals (ReadWalkers like BaseRecalibrator), it controls the maximum number of reads sharing the same alignment start position."
Here are my questions:
1. which are ReadWalkers? for example, is IndelRealigner a read walker?
2. For a read walker, if read length is 100 bp, does "-dcov 1" mean the max depth at any locus is 100?
Thanks,