changeset 360:6ab85843c255 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 23:28:09 +0000
parents 820befcfb42f
children ca5d82f9075f
files COBRAxy/custom_data_generator.xml
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.xml	Thu Sep 04 23:27:52 2025 +0000
+++ b/COBRAxy/custom_data_generator.xml	Thu Sep 04 23:28:09 2025 +0000
@@ -28,7 +28,7 @@
             --medium $cond_medium.medium
         #end if
         --out_log $log
-        --out_data $out_data
+        --output_path $output_path
         ]]>
     </command>
     <inputs>
@@ -58,11 +58,9 @@
 
     <outputs>
         <data name="log" format="txt" label="CustomDataGenerator - Log" />
-        <data name="out_data" format="tabular" label="${cond_model.model_selector}_data">
-            <change_format>
-                <when input="output_format" value="xlsx" format="xlsx" />
-            </change_format>
-        </data>
+        <collection name="output_path" type="list" label="${cond_model.model_selector}_data">
+            <discover_datasets name = "collection" pattern="__name_and_ext__" directory="${cond_model.model_selector}_data"/>
+        </collection>
     </outputs>