Clustal Omega  1.2.1
Data Fields
opts_t Struct Reference

#include <clustal-omega.h>

Data Fields

bool bAutoOptions
 
char * pcDistmatInfile
 
char * pcDistmatOutfile
 
int iClusteringType
 
int iClustersizes
 
char * pcClustfile
 
int iTransitivity
 
char * pcPosteriorfile
 
int iPairDistType
 
bool bUseMbed
 
bool bUseMbedForIteration
 
bool bPileup
 
char * pcGuidetreeOutfile
 
char * pcGuidetreeInfile
 
bool bUseKimura
 
bool bPercID
 
char ** ppcHMMInput
 
int iHMMInputFiles
 
int iNumIterations
 
bool bIterationsAuto
 
int iMaxHMMIterations
 
int iMaxGuidetreeIterations
 
hhalign_para rHhalignPara
 

Detailed Description

user/commandline options

changes here will have to be reflected in ParseCommandLine() and during setup of the default opts

Field Documentation

bool opts_t::bAutoOptions
bool opts_t::bIterationsAuto

determine number of iterations automatically

bool opts_t::bPercID

print percentage identity

bool opts_t::bPileup

pile-up flag

bool opts_t::bUseKimura

use Kimura corrected distance

bool opts_t::bUseMbed

use mbed-like clustering

bool opts_t::bUseMbedForIteration

use mbed-like clustering also during iteration

int opts_t::iClusteringType

clustering type (from cmdline arg)

int opts_t::iClustersizes

number of sequences in cluster

int opts_t::iHMMInputFiles

number of provided HMM input files. not really a user option but need for ppcHMMInput

int opts_t::iMaxGuidetreeIterations

max number of guidetree iterations

int opts_t::iMaxHMMIterations

maximum number of hmm iterations

int opts_t::iNumIterations

number of iterations

int opts_t::iPairDistType

pairwise distance method

int opts_t::iTransitivity

use transitivity

char* opts_t::pcClustfile

file with clustering information

char* opts_t::pcDistmatInfile

distance matrix input file

char* opts_t::pcDistmatOutfile

distance matrix output file

char* opts_t::pcGuidetreeInfile

guidetree input file

char* opts_t::pcGuidetreeOutfile

guidetree output file

char* opts_t::pcPosteriorfile

file with posterior probability information

char** opts_t::ppcHMMInput

HMM input files. index range: 0..iHMMInputFiles

hhalign_para opts_t::rHhalignPara

The documentation for this struct was generated from the following file: