# HG changeset patch # User luca_milaz # Date 1728808586 0 # Node ID c46df775b9fad1b897f23f29aebc90e59c761915 # Parent 546cd4917e3d6425f5a0ff5765af91dc82823514 Uploaded diff -r 546cd4917e3d -r c46df775b9fa COBRAxy/ras_to_bounds.xml --- 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 ]]>