Scroll to navigation

COVERAGECOUNT(1) User Commands COVERAGECOUNT(1)

NAME

coverageCount - counting the coverage of mapped reads at each location on the entire reference genome

DESCRIPTION

This program calculates the coverage of mapped reads at each location on

the reference genome. It generates a binary file for each chromosome by concatenating the coverage levels as 4-bytes integer numbers.

USAGE

coverageCount [options] -i <input_file> -o <output_prefix>

Required arguments:

Name of input file in SAM or BAM format.
Prefix of the output files. Each output file contains Four-byte integer numbers

Optional arguments:

The input file contains paired-end reads.

--maxMOp <int> Maximum number of 'M' operations allowed in a CIGAR string.

10 by default. Both 'X' and '=' are treated as 'M' and adjacent 'M' operations are merged in the CIGAR string.
May 2018 coverageCount 1.6.2+dfsg