Previous changeset 5:68d98dbd8bfc (2025-05-14) Next changeset 7:cec1f7495897 (2025-07-23) |
Commit message:
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit ced658540f05bb07e1e687af30a3fa4ea8e4803c |
modified:
brt.R recup_list.xml |
b |
diff -r 68d98dbd8bfc -r 14bad9452425 brt.R --- 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 |
b |
diff -r 68d98dbd8bfc -r 14bad9452425 recup_list.xml --- a/recup_list.xml Wed May 14 13:49:16 2025 +0000 +++ b/recup_list.xml Wed May 28 10:13:02 2025 +0000 |
b |
@@ -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> |