-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SimpleRandomTree template + prep for BEAST v2.5.0 release
- Loading branch information
1 parent
aa76236
commit 76e9624
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<addon name='BEASTLabs' version='1.7.0'> | ||
<depends on='beast2' atleast='2.4.3'/> | ||
<addonapp description="BEAST model spreadsheet" | ||
<package name='BEASTLabs' version='1.8.0'> | ||
<depends on='beast2' atleast='2.5.0'/> | ||
<packageapp description="BEAST model spreadsheet" | ||
class="beast.app.draw.SpreadSheet" | ||
args="" | ||
icon="" | ||
/> | ||
<addonapp description="View parametric distributions" | ||
<packageapp description="View parametric distributions" | ||
class="beast.app.beauti.DistributionViewer" | ||
args="" | ||
icon="" | ||
/> | ||
</addon> | ||
</package> |