changeset 133:17f3c6ab2425 draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 21:56:46 +0000
parents 260d6a6b995c
children 54f816f17f56
files marea_2_0/flux_sampling.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml	Tue Jul 02 21:56:34 2024 +0000
+++ b/marea_2_0/flux_sampling.xml	Tue Jul 02 21:56:46 2024 +0000
@@ -15,10 +15,11 @@
         <![CDATA[
         python $__tool_directory__/flux_sampling.py
         --tool_dir $__tool_directory__
+        #set $inputs_paths = ""
         #for $input in $inputs
-            --input '$input'
-            --model_name '$input.element_identifier'
+            #set $inputs_paths = $inputs_paths + "$input" + ","
         #end for
+        --inputs $inputs_paths
         #if $algorithm_param.algorithm == 'OPTGP':
         	--thinning $thinning
         #end if
@@ -30,6 +31,7 @@
         ]]>
     </command>
     <inputs>
+
         <param name="inputs" argument="--inputs" multiple="true" type="data" format="xml, json" label="Model(s):" />
 
         <conditional name="algorithm_param">