Scroll to navigation

COVTOBED(1) User Commands COVTOBED(1)

NAME

covtobed - convert the coverage track from a BAM file into a BED file

SYNOPSIS

covtobed [options] [BAM]...

DESCRIPTION

Computes coverage from alignments

OPTIONS

show this help message and exit
show program's version number and exit
compute physical coverage (needs paired alignments in input)
skip alignments whose mapping quality is less than MINQ (default: 0)
print BED feature only if the coverage is bigger than (or equal to) MINCOV (default: 0)
print BED feature only if the coverage is lower than MAXCOV (default: 100000)
print BED feature only if its length is bigger (or equal to) than MINLELN (default: 1)
skip duplicates, failed QC, and non primary alignment, minq>0 (or user-defined if higher) (default: 0)
output coverage and stats separately for each strand
output format
September 2020 covtobed 1.1.4