logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

   positionalarguments:
       fa_fname
              Genome FASTA file name

   options:-h, --help
              show this help message and exit

       -s MIN_GAP_SIZE, --min-gap-size MIN_GAP_SIZE
              Minimum  gap  size  between  accessible  sequence  regions.   Regions  separated by less than this
              distance will be joined together. [Default: 5000]

       -x EXCLUDE, --exclude EXCLUDE
              Additional regions to exclude, in BED format. Can be used multiple times.

       -o FILENAME, --output FILENAME
              Output file name

cnvkit.py access 0.9.10                             July 2023                                   CNVKIT_ACCESS(1)

Name

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

See Also