Public Member Functions | |
| InputColumn () | |
Public Attributes | |
| string | seqid |
| string | seqlen |
| string | alnb |
| string | alne |
| string | cov |
| string | alnlen |
| string | identical |
Friends | |
| ostream & | operator<< (ostream &ous, const InputColumn &ic) |
the input table needs to be have specified column names. to make this program more flexible on the input column names of the input table. This is for the half alignment table, default column names. The order of the columns are not essential.
| InputColumn::InputColumn | ( | ) | [inline] |
| ostream& operator<< | ( | ostream & | ous, | |
| const InputColumn & | ic | |||
| ) | [friend] |
| string InputColumn::seqid |
Referenced by findChimera(), operator<<(), and storeInTable().
| string InputColumn::seqlen |
Referenced by findChimera(), operator<<(), and storeInTable().
| string InputColumn::alnb |
Referenced by findChimera(), operator<<(), and storeInTable().
| string InputColumn::alne |
Referenced by findChimera(), operator<<(), and storeInTable().
| string InputColumn::cov |
Referenced by findChimera(), and operator<<().
| string InputColumn::alnlen |
Referenced by findChimera(), and operator<<().
| string InputColumn::identical |
Referenced by findChimera(), and operator<<().
1.5.6