Go to the source code of this file.
Functions | |
int | CalcClustalWeights (double **pdWeights_p, tree_t *prTree) |
Calculate "Clustal" weights from a tree. |
int CalcClustalWeights | ( | double ** | pdWeights_p, | |
tree_t * | prTree | |||
) |
Calculate "Clustal" weights from a tree.
FIXME see doc in muscle:clwwt.cpp
[out] | pdWeights_p | Will contain a weight for each leaf/sequence. Allocated here. User has to free |
[in] | prTree | Tree to derive weights from |