TreeToString
org.cipres.kepler.TreeToString

The TreeToString actor gets the whole description of a tree (including tree name, tree score, leaf set, and Newick) and transforms it into a single string.

Author(s): Zhijie Guan
Version:$Id: TreeToString.java,v 1.5 2006/05/19 11:51:23 guan Exp $


inputTree
The whole tree expression to pass to the TreeToString actor. This expression may include the tree name, tree score, leaf set, and/or Newick. This port is an input port of type GENERAL.

outputString
The single tree string expression to represent a tree. This port is an output port of type GENERAL.