diff COBRAxy/ras_to_bounds.xml @ 66:c46df775b9fa draft

Uploaded
author luca_milaz
date Sun, 13 Oct 2024 08:36:26 +0000
parents d4162562c8f5
children d5dd7e863488
line wrap: on
line diff
--- a/COBRAxy/ras_to_bounds.xml	Sun Oct 13 08:35:57 2024 +0000
+++ b/COBRAxy/ras_to_bounds.xml	Sun Oct 13 08:36:26 2024 +0000
@@ -29,6 +29,11 @@
         --ras_selector $cond_ras.ras_choice
         #if $cond_ras.ras_choice == "True"
         	--input_ras $cond_ras.input_ras
+            #set $names = ""
+            #for $input_temp in $cond_ras.input_ras:
+                #set $names = $names + $input_temp.element_identifier + ","
+            #end for
+            --name $names
         #end if
         --out_log $log
         ]]>