* Neighbour Joining Using BLOSUM62 *
* For a tree loaded from file, just uses the file name
*
* @return
*/
public String getPanelTitle()
{
if (treeTitle != null)
{
return treeTitle;
}
/*
* i18n description of Neighbour Joining or Average Distance method
*/
String treecalcnm = MessageManager
.getString("label.tree_calc_" + treeType.toLowerCase());
/*
* short score model name (long description can be too long)
*/
String smn = scoreModelName;
/*
* put them together as