Skip to content

Commit 12f3252

Browse files
committed
add Description to TreeAnnotator, which shows when running treeannotator -help CompEvol/beast2#28
1 parent f57e957 commit 12f3252

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/beastfx/app/treeannotator/TreeAnnotator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import beastfx.app.treeannotator.services.NodeHeightSettingService;
3434
import beastfx.app.treeannotator.services.TopologySettingService;
3535
import beastfx.app.treeannotator.services.UserTargetTreeTopologyService;
36+
import beast.base.core.Description;
3637
import beast.base.core.Input;
3738
import beast.base.core.Log;
3839
import beast.base.evolution.alignment.TaxonSet;
@@ -54,6 +55,7 @@
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")
5759
public 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);

0 commit comments

Comments
 (0)