changeset 66:c46df775b9fa draft

Uploaded
author luca_milaz
date Sun, 13 Oct 2024 08:36:26 +0000
parents 546cd4917e3d
children 1f928ad6a87e
files COBRAxy/ras_to_bounds.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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
         ]]>