Mercurial > repos > bimib > cobraxy
changeset 364:ae3bb0caee30 draft
Uploaded
author | francesco_lapi |
---|---|
date | Thu, 04 Sep 2025 23:40:09 +0000 |
parents | 941ff9b896e4 |
children | 8a6da55f4e0e |
files | COBRAxy/custom_data_generator.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.xml Thu Sep 04 23:39:51 2025 +0000 +++ b/COBRAxy/custom_data_generator.xml Thu Sep 04 23:40:09 2025 +0000 @@ -28,7 +28,7 @@ --medium $cond_medium.medium #end if --out_log $log - --output_path $output_path + --out_data $out_data ]]> </command> @@ -59,7 +59,7 @@ <outputs> <data name="log" format="txt" label="CustomDataGenerator - Log" /> - <data name="output_path" format="tabular,xlsx" label="${cond_model.model_selector}_data"/> + <data name="out_data" format="tabular,xlsx" label="${cond_model.model_selector}_data"/> </outputs>