# HG changeset patch # User ecology # Date 1748427214 0 # Node ID f11879f7b554168775f115f6c1d61e093f076640 # Parent adeb719a267f64cfc87f6c6d9c88550d6d3b0fd8 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit ced658540f05bb07e1e687af30a3fa4ea8e4803c diff -r adeb719a267f -r f11879f7b554 brt.R --- a/brt.R Wed May 14 13:49:38 2025 +0000 +++ b/brt.R Wed May 28 10:13:34 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 diff -r adeb719a267f -r f11879f7b554 claraguess.xml --- a/claraguess.xml Wed May 14 13:49:38 2025 +0000 +++ b/claraguess.xml Wed May 28 10:13:34 2025 +0000 @@ -1,4 +1,4 @@ - + Environmental clustering using CLARA and BRT predictions @@ -17,10 +17,14 @@ '$k' '$metric' '$samples' - '$output1' - '$output2' - '$output3' - '$output4' + '$data_cluster' + '$silhouette_plot' +#if str($type) == "auto": + '$sih_scores' +#else: + 'NA' +#end if + '$clustered_taxas_env' ]]> @@ -45,14 +49,16 @@ - - - - + + + + type == "auto" + + - + @@ -61,33 +67,27 @@ - + - + - - - - - - - + - + @@ -96,26 +96,26 @@ - + - + - + - + @@ -186,4 +186,4 @@ 10.32614/CRAN.package.cluster 10.32614/CRAN.package.tidyverse - \ No newline at end of file +