Mercurial > repos > bimib > cobraxy
comparison COBRAxy/ras_to_bounds.xml @ 97:a695435aa879 draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 13 Oct 2024 11:48:03 +0000 |
parents | e70a6363bb82 |
children | 9f1a751652fc |
comparison
equal
deleted
inserted
replaced
96:e70a6363bb82 | 97:a695435aa879 |
---|---|
25 --medium_selector $cond_medium.medium_selector | 25 --medium_selector $cond_medium.medium_selector |
26 #if $cond_medium.medium_selector == 'Custom' | 26 #if $cond_medium.medium_selector == 'Custom' |
27 --medium $medium | 27 --medium $medium |
28 #end if | 28 #end if |
29 --ras_selector $cond_ras.ras_choice | 29 --ras_selector $cond_ras.ras_choice |
30 #set $names = "" | |
30 #if $cond_ras.ras_choice == "True" | 31 #if $cond_ras.ras_choice == "True" |
31 --input_ras $cond_ras.input_ras | 32 --input_ras $cond_ras.input_ras |
33 #for $input_temp in $cond_ras.input_ras: | |
34 #set $names = $names + $input_temp.element_identifier + "," | |
35 #end for | |
32 #end if | 36 #end if |
37 --name $names | |
33 --out_log $log | 38 --out_log $log |
34 ]]> | 39 ]]> |
35 </command> | 40 </command> |
36 <inputs> | 41 <inputs> |
37 <conditional name="cond_model"> | 42 <conditional name="cond_model"> |