changeset 112:dff08700bbb8 draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 19:51:23 +0000
parents 6e6013cb7032
children 8b8131f13692
files marea_2_0/flux_sampling.xml
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml	Tue Jul 02 12:52:44 2024 +0000
+++ b/marea_2_0/flux_sampling.xml	Tue Jul 02 19:51:23 2024 +0000
@@ -24,9 +24,7 @@
         ]]>
     </command>
     <inputs>
-        <param name="input" argument="--input" multiple="true" type="data" format="xml, json" label="Model:" />
-
-        <param name="inputs" type="data_collection" collection_type="list" label="Input models" />
+        <param name="input" argument="--input" 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:">
@@ -51,14 +49,15 @@
         </param>
     </inputs>
 
+        		
     <outputs>
         <data format="txt" name="log" label="fluxSampling - $name - Log" />
-        
-        <collection name="results" type="list" label="Model sampling result ($output_format)">
-            <discover_datasets name = "collection" pattern="__name_and_ext__" directory="result"/>
+        <collection name="results" type="list" label="Model(s) sampling result ($output_format)">
+            <discover_datasets name = "collection" pattern="__name_and_ext__" directory="fluxSampling"/>
         </collection>
     </outputs>
-
+       
+        
     <help>
     <![CDATA[
 What it does