# HG changeset patch # User luca_milaz # Date 1728820083 0 # Node ID a695435aa879e3e8e6432772e7b96f9f5afcdb9a # Parent e70a6363bb825c24df75b3ca08d472bebb5caa9b Uploaded diff -r e70a6363bb82 -r a695435aa879 COBRAxy/ras_to_bounds.xml --- 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 ]]>