Mercurial > repos > bimib > marea_2_0
changeset 156:d90e29aa4ef5 draft
Uploaded
author | luca_milaz |
---|---|
date | Wed, 03 Jul 2024 11:53:24 +0000 |
parents | 39d01804219c |
children | 84daa8e1816b |
files | marea_2_0/flux_sampling.xml |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml Wed Jul 03 11:48:00 2024 +0000 +++ b/marea_2_0/flux_sampling.xml Wed Jul 03 11:53:24 2024 +0000 @@ -15,10 +15,12 @@ <![CDATA[ python $__tool_directory__/flux_sampling.py --tool_dir $__tool_directory__ - #for $input in $inputs - --input "$input" - --name "$input.element_identifier" + --input "${",".join(map(str, $inputs))}" + #set $names = "" + #for $input_temp in $inputs: + #set $names = $names + $input_temp.element_identifier + "," #end for + --names $names #if $algorithm_param.algorithm == 'OPTGP': --thinning $thinning #end if