changeset 358:3fc99f6b7668 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 23:19:54 +0000
parents 72adbf13a462
children 820befcfb42f
files COBRAxy/custom_data_generator.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.xml	Thu Sep 04 23:14:53 2025 +0000
+++ b/COBRAxy/custom_data_generator.xml	Thu Sep 04 23:19:54 2025 +0000
@@ -58,9 +58,14 @@
 
     <outputs>
         <data name="log" format="txt" label="CustomDataGenerator - Log" />
-        <data name="out_data" label="${cond_model.model_selector}_data" />
+        <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>
     </outputs>
 
+
     <help>
     <![CDATA[
 What it does