.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. .TH CNVKIT_COVERAGE "1" "March 2019" "cnvkit_coverage 0.9.5" "User Commands" .SH NAME cnvkit_coverage \- Calculate coverage in the given regions from BAM read depths. .SH DESCRIPTION usage: cnvkit coverage [\-h] [\-c] [\-q MIN_MAPQ] [\-o FILENAME] [\-p [PROCESSES]] .IP bam_file interval .SS "positional arguments:" .TP bam_file Mapped sequence reads (.bam) .TP interval Intervals (.bed or .list) .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-c\fR, \fB\-\-count\fR Get read depths by counting read midpoints within each bin. (An alternative algorithm). .TP \fB\-q\fR MIN_MAPQ, \fB\-\-min\-mapq\fR MIN_MAPQ Minimum mapping quality score (phred scale 0\-60) to count a read for coverage depth. [Default: 0] .TP \fB\-o\fR FILENAME, \fB\-\-output\fR FILENAME Output file name. .TP \fB\-p\fR [PROCESSES], \fB\-\-processes\fR [PROCESSES] Number of subprocesses to calculate coverage in parallel. Without an argument, use the maximum number of available CPUs. [Default: use 1 process]