Mercurial > repos > ecology > ecoregion_clara_cluster
changeset 6:c1d03f1a2e80 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:12:41 +0000 |
parents | cc9ea890823c |
children | |
files | brt.R cluster.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/brt.R Wed May 14 13:48:56 2025 +0000 +++ b/brt.R Wed May 28 10:12:41 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
--- a/cluster.xml Wed May 14 13:48:56 2025 +0000 +++ b/cluster.xml Wed May 28 10:12:41 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="ecoregion_clara_cluster" name="ClaraClust" version="0.1.0+galaxy0" profile="22.05"> +<tool id="ecoregion_clara_cluster" name="ClaraClust" version="0.1.2+galaxy0" profile="23.2"> <description>Make cluster from BRT prediction with Clara algorithm</description> <requirements> <requirement type="package" version="4.2.3">r-base</requirement>