changeset 145:de7f486ab399 draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 22:48:33 +0000
parents 2113dd161b76
children a7df92bbb04f
files marea_2_0/flux_sampling.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml	Tue Jul 02 22:41:43 2024 +0000
+++ b/marea_2_0/flux_sampling.xml	Tue Jul 02 22:48:33 2024 +0000
@@ -16,6 +16,11 @@
         python $__tool_directory__/flux_sampling.py
         --tool_dir $__tool_directory__
         --inputs $inputs
+        #set $names = ""
+        #for $input in $inputs:
+            #set $names = $names + "$input.element_identifier" + ","
+        #end for
+        --names $names
         #if $algorithm_param.algorithm == 'OPTGP':
         	--thinning $thinning
         #end if
@@ -28,7 +33,7 @@
     </command>
     <inputs>
 
-        <param name="inputs" argument="--inputs" multiple="false" type="data" format="xml, json" label="Model(s):" />
+        <param name="inputs" argument="--inputs" multiple="true" type="data" format="xml, json" label="Model(s):" />
 
         <conditional name="algorithm_param">
 			<param name="algorithm" argument="--algorithm" type="select" label="Choose sampling algorithm:">