Scroll to navigation

C-SIBELIA.PY(1) User Commands C-SIBELIA.PY(1)

NAME

C-Sibelia.py - comparing two microbial genomes

DESCRIPTION

usage: C-Sibelia.py [-h] [-s PARAMETERS] [-m MINBLOCKSIZE] [-p PROCESSCOUNT]

[-i MAXITERATIONS] [--maf MAF] [-v VARIANT] [-u UNMAPPED]
[--debug] [-t TEMPDIR | -o OUTDIR] reference assembly

A tool for comparing two microbial genomes.

positional arguments:

A multi-FASTA file with the reference genome
A multi-FASTA file with the assembly genome

optional arguments:

show this help message and exit
Parameters set, used for the simplification. Option "loose" produces fewer blocks, but they are larger ("fine" is opposite). (default: fine)
Minimum size of a synteny block (default: 500)
Number of running processes (default: 1)
Maximum number of iterations during a stage of simplification (default: 4)
Output file for storing alignments in MAF format (default: None)
Output file with detected variants (default: variant.vcf)
Output file for storing unmapped insertions in text format (default: None)
Generate output in text files (default: False)
Directory for temporary files (default: None)
Directory for synteny block output files (default: None)

AUTHOR

This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

February 2019 C-Sibelia.py 3.0.7+ds