Scroll to navigation

CNVKIT_ACCESS(1) User Commands CNVKIT_ACCESS(1)

NAME

cnvkit_access - List the locations of accessible sequence regions in a FASTA file.

DESCRIPTION

usage: cnvkit.py access [-h] [-s MIN_GAP_SIZE] [-x EXCLUDE] [-o FILENAME]

fa_fname

positional arguments:

Genome FASTA file name

options:

show this help message and exit
Minimum gap size between accessible sequence regions. Regions separated by less than this distance will be joined together. [Default: 5000]
Additional regions to exclude, in BED format. Can be used multiple times.
Output file name
July 2023 cnvkit.py access 0.9.10