changeset 126:829f9349099d draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 21:19:38 +0000
parents edc46e89ae20
children 86476925ab8a
files marea_2_0/flux_sampling.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.xml	Tue Jul 02 21:19:26 2024 +0000
+++ b/marea_2_0/flux_sampling.xml	Tue Jul 02 21:19:38 2024 +0000
@@ -14,6 +14,7 @@
     <command detect_errors="exit_code">
         <![CDATA[
         python $__tool_directory__/flux_sampling.py
+        --tool_dir $__tool_directory__
         #for $input in $inputs
             --input '$input'
             --model_name '$input.element_identifier'
@@ -57,8 +58,8 @@
         		
     <outputs>
         <data format="txt" name="log" label="fluxSampling - Log" />
-        <collection name="results" type="list" label="Model(s) sampling result ($output_format)">
-            <discover_datasets name = "collection" pattern="__name_and_ext__" directory="fluxSampling"/>
+        <collection name="results" type="list" label="${tool.name} - Samples">
+            <discover_datasets pattern="__name_and_ext__" directory="flux_sampling"/>
         </collection>
     </outputs>