Predict (chamois predict)#

usage: chamois predict [-h] -i INPUT [-H HMM] [--disentangle] [-m MODEL]
                       [--cds] -o OUTPUT [--render]

Input#

Mandatory input files required by the command.

-i, --input

The input BGC sequences to process.

-H, --hmm

The path to the HMM file containing protein domains for annotation.

--disentangle

Remove overlapping domains by best P-value.

Default: False

-m, --model

The path to an alternative model for predicting classes.

Gene Finding#

Parameters for controlling gene extraction from clusters.

--cds

Use CDS features in the GenBank input as genes instead of running Pyrodigal.

Default: False

Output#

Mandatory and optional outputs.

-o, --output

The path where to write the predicted class probabilities in HDF5 format.

--render

Display prediction results in tree format for each input BGC.

Default: False