changeset 97:a695435aa879 draft

Uploaded
author luca_milaz
date Sun, 13 Oct 2024 11:48:03 +0000
parents e70a6363bb82
children 54ded7f28a60
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 11:44:41 2024 +0000
+++ b/COBRAxy/ras_to_bounds.xml	Sun Oct 13 11:48:03 2024 +0000
@@ -27,9 +27,14 @@
             --medium $medium
         #end if
         --ras_selector $cond_ras.ras_choice
+        #set $names = ""
         #if $cond_ras.ras_choice == "True"
         	--input_ras $cond_ras.input_ras
+            #for $input_temp in $cond_ras.input_ras:
+                #set $names = $names + $input_temp.element_identifier + ","
+            #end for
         #end if
+        --name $names
         --out_log $log
         ]]>
     </command>