XT-neighbor
Public Attributes | List of all members
XTNArgs Struct Reference

bundled representation for command line arguments. More...

#include <xtn.h>

Public Attributes

int distance = 1
 
int verbose = 0
 
char * seqPath = NULL
 
int seqLen = 0
 
char * outputPath = NULL
 
char measure = LEVENSHTEIN
 
char * infoPath = NULL
 
int infoLen = 0
 
int airr = 0
 

Detailed Description

bundled representation for command line arguments.

Member Data Documentation

◆ airr

int XTNArgs::airr = 0

◆ distance

int XTNArgs::distance = 1

◆ infoLen

int XTNArgs::infoLen = 0

◆ infoPath

char* XTNArgs::infoPath = NULL

◆ measure

char XTNArgs::measure = LEVENSHTEIN

◆ outputPath

char* XTNArgs::outputPath = NULL

◆ seqLen

int XTNArgs::seqLen = 0

◆ seqPath

char* XTNArgs::seqPath = NULL

◆ verbose

int XTNArgs::verbose = 0

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