Mercurial > repos > ecology > ecoregion_cluster_estimate
changeset 6:0578979cfd83 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit ced658540f05bb07e1e687af30a3fa4ea8e4803c
author | ecology |
---|---|
date | Wed, 28 May 2025 10:13:12 +0000 |
parents | 6c5404468d8c |
children | |
files | Nb_cluster.xml brt.R |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Nb_cluster.xml Wed May 14 13:49:53 2025 +0000 +++ b/Nb_cluster.xml Wed May 28 10:13:12 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="ecoregion_cluster_estimate" name="ClusterEstimate" version="0.1.0+galaxy0" profile="22.05"> +<tool id="ecoregion_cluster_estimate" name="ClusterEstimate" version="0.1.2+galaxy0" profile="22.05"> <description>Find an optimal number of cluster with SIH index</description> <requirements> <requirement type="package" version="4.2.3">r-base</requirement>
--- a/brt.R Wed May 14 13:49:53 2025 +0000 +++ b/brt.R Wed May 28 10:13:12 2025 +0000 @@ -21,8 +21,8 @@ enviro <- args[1] species_files <- args[2] abio_para <- args[3] - dec_env <- args[8] - dec_species <- args[9] + dec_env <- ifelse(args[8]=="Dot", ".", ",") + dec_species <- ifelse(args[9]=="Dot", ".", ",") } ### load data