File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/beastfx/app/treeannotator Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3333import beastfx .app .treeannotator .services .NodeHeightSettingService ;
3434import beastfx .app .treeannotator .services .TopologySettingService ;
3535import beastfx .app .treeannotator .services .UserTargetTreeTopologyService ;
36+ import beast .base .core .Description ;
3637import beast .base .core .Input ;
3738import beast .base .core .Log ;
3839import beast .base .evolution .alignment .TaxonSet ;
5455 *
5556 * TreeAnnotator ported from BEAST 1
5657 */
58+ @ Description ("TreeAnnotator is a tool for summarising tree sets in by a summary tree and annotating the branches with summary statistics as metadata" )
5759public class TreeAnnotator extends beast .base .inference .Runnable {
5860 final public Input <String > heightInput = new Input <> ("height" , "name of the method for estimating node heights" , "CA" );
5961 final public Input <Integer > burnInPercentageInput = new Input <>("burnin" , "percentage of trees to used as burn-in (and will be ignored)" , 10 );
You can’t perform that action at this time.
0 commit comments