# HG changeset patch # User luca_milaz # Date 1728820720 0 # Node ID c7bdcfbb575cbfef49b8d863936e9875cc7eb957 # Parent 9f1a751652fc1d09028d552009d5c7a9dd5c9507 Uploaded diff -r 9f1a751652fc -r c7bdcfbb575c COBRAxy/ras_to_bounds.xml --- 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