#include <clustal-omega.h>
Data Fields | |
bool | bAutoOptions |
char * | pcDistmatInfile |
char * | pcDistmatOutfile |
int | iClusteringType |
int | iPairDistType |
bool | bUseMbed |
bool | bUseMbedForIteration |
char * | pcGuidetreeOutfile |
char * | pcGuidetreeInfile |
char ** | ppcHMMInput |
int | iHMMInputFiles |
int | iNumIterations |
bool | bIterationsAuto |
int | iMaxHMMIterations |
int | iMaxGuidetreeIterations |
hhalign_para | rHhalignPara |
user/commandline options
changes here will have to be reflected in ParseCommandLine() and during setup of the default opts
bool opts_t::bAutoOptions |
determine number of iterations automatically
bool opts_t::bUseMbed |
use mbed-like clustering
use mbed-like clustering also during iteration
clustering type (from cmdline arg)
number of provided HMM input files. not really a user option but need for ppcHMMInput
max number of guidetree iterations
maximum number of hmm iterations
number of iterations
pairwise distance method
char* opts_t::pcDistmatInfile |
distance matrix input file
char* opts_t::pcDistmatOutfile |
distance matrix output file
guidetree input file
guidetree output file
char** opts_t::ppcHMMInput |
HMM input files. index range: 0..iHMMInputFiles
hhalign_para opts_t::rHhalignPara |