changeset 6:14bad9452425 draft

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:02 +0000
parents 68d98dbd8bfc
children cec1f7495897
files brt.R recup_list.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/brt.R	Wed May 14 13:49:16 2025 +0000
+++ b/brt.R	Wed May 28 10:13:02 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/recup_list.xml	Wed May 14 13:49:16 2025 +0000
+++ b/recup_list.xml	Wed May 28 10:13:02 2025 +0000
@@ -1,4 +1,4 @@
-<tool id="ecoregion_taxa_seeker" name="TaxaSeeker" version="0.1.0+galaxy0" profile="22.05">
+<tool id="ecoregion_taxa_seeker" name="TaxaSeeker" version="0.1.2+galaxy0" profile="23.2">
     <description>for recover list of taxa</description>
     <requirements>
     <requirement type="package" version="4.2.3">r-base</requirement>