Mercurial > repos > bimib > cobraxy
comparison COBRAxy/ras_to_bounds.xml @ 100:c7bdcfbb575c draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 13 Oct 2024 11:58:40 +0000 |
parents | 9f1a751652fc |
children | 6cb85065b38b |
comparison
equal
deleted
inserted
replaced
99:9f1a751652fc | 100:c7bdcfbb575c |
---|---|
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 #set $names = "" |
31 #if $cond_ras.ras_choice == "True" | 31 #if $cond_ras.ras_choice == "True" |
32 --input_ras $cond_ras.input_ras | 32 --input_ras "${",".join(map(str, $cond_ras.input_ras))}" |
33 #for $input_temp in $cond_ras.input_ras: | 33 #for $input_temp in $cond_ras.input_ras: |
34 #set $names = $names + $input_temp.element_identifier | 34 #set $names = $names + $input_temp.element_identifier + "," |
35 #end for | 35 #end for |
36 #end if | 36 #end if |
37 --name $names | 37 --name $names |
38 --out_log $log | 38 --out_log $log |
39 ]]> | 39 ]]> |