# HG changeset patch # User luca_milaz # Date 1761568368 0 # Node ID 5a73d813b1db85cc4352f1b3165f6590ba1cc5df # Parent 540ab7dd132225334e25d2ac6901c5af8fd345ea Uploaded diff -r 540ab7dd1322 -r 5a73d813b1db COBRAxy/src/flux_simulation.xml --- a/COBRAxy/src/flux_simulation.xml Sun Oct 26 19:43:31 2025 +0000 +++ b/COBRAxy/src/flux_simulation.xml Mon Oct 27 12:32:48 2025 +0000 @@ -22,19 +22,11 @@ #if $model_and_bounds.model_and_bounds == 'True': --model_upload $model_and_bounds.model_upload - --input "${",".join(map(str, $model_and_bounds.inputs))}" - #set $names_list = [] - #for $input_temp in $model_and_bounds.inputs: - #silent $names_list.append(str($input_temp.element_identifier)) - #end for - --name "${",".join($names_list)}" + --input_file $input_paths_file + --name_file $input_names_file #else: - --input "${",".join(map(str, $model_and_bounds.model_files))}" - #set $names_list = [] - #for $input_temp in $model_and_bounds.model_files: - #silent $names_list.append(str($input_temp.element_identifier)) - #end for - --name "${",".join($names_list)}" + --input_file $model_paths_file + --name_file $model_names_file #end if --sampling_enabled $sampling_params.sampling_enabled @@ -92,6 +84,32 @@ ]]> + + + + + + + + + +