Mercurial > repos > ecology > estimate_endem
changeset 1:f3a977826375 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Phylodiversity_workflow commit cbd0cb48be9f2aa5e30c917d6a9031ef1a7a83c8
author | ecology |
---|---|
date | Thu, 05 Jun 2025 16:50:45 +0000 |
parents | f7a55ccf2a3e |
children | |
files | EstimEndem.R EstimEndem.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/EstimEndem.R Tue May 20 09:52:29 2025 +0000 +++ b/EstimEndem.R Thu Jun 05 16:50:45 2025 +0000 @@ -43,7 +43,7 @@ select_linkage(phylo_beta[[1]]) #select optimal number of clusters with selected method - optim <- optimal_phyloregion(phylo_beta[[3]], k = 30) + optim <- optimal_phyloregion(phylo_beta[[3]]) print(paste("the best number of cluster is :", optim$optimal$k)) #plot(optim$df$k, optim$df$ev, pch = 20) # k - nbr of clusters VS explained variance given k # k has to be selected by a user
--- a/EstimEndem.xml Tue May 20 09:52:29 2025 +0000 +++ b/EstimEndem.xml Thu Jun 05 16:50:45 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="estimate_endem" name="EstimEndem" version="0.1.0+galaxy0" profile="21.05"> +<tool id="estimate_endem" name="EstimEndem" version="0.1.1+galaxy0" profile="21.05"> <description> of each cell of a spatial grid </description>