changeset 100:c7bdcfbb575c draft

Uploaded
author luca_milaz
date Sun, 13 Oct 2024 11:58:40 +0000
parents 9f1a751652fc
children 6cb85065b38b
files COBRAxy/ras_to_bounds.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/ras_to_bounds.xml	Sun Oct 13 11:54:36 2024 +0000
+++ b/COBRAxy/ras_to_bounds.xml	Sun Oct 13 11:58:40 2024 +0000
@@ -29,9 +29,9 @@
         --ras_selector $cond_ras.ras_choice
         #set $names = ""
         #if $cond_ras.ras_choice == "True"
-        	--input_ras $cond_ras.input_ras
+            --input_ras "${",".join(map(str, $cond_ras.input_ras))}"
             #for $input_temp in $cond_ras.input_ras:
-                #set $names = $names + $input_temp.element_identifier
+                #set $names = $names + $input_temp.element_identifier + ","
             #end for
         #end if
         --name $names