changeset 423:ef8849a622d7 draft

Uploaded
author francesco_lapi
date Tue, 09 Sep 2025 10:23:50 +0000
parents 27c5a67f1ee6
children a2f22daa4e40
files COBRAxy/custom_data_generator_beta.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator_beta.xml	Tue Sep 09 09:58:19 2025 +0000
+++ b/COBRAxy/custom_data_generator_beta.xml	Tue Sep 09 10:23:50 2025 +0000
@@ -18,7 +18,7 @@
         --medium_selector $cond_model.cond_medium.medium_selector
         #if $cond_model.model_selector == 'Custom_model'
             --input $cond_model.input
-            --name $cond_model.name
+            --name $cond_model.input.element_identifier
         #else
             --model $cond_model.model_selector
             --name $cond_model.model_selector
@@ -69,7 +69,6 @@
             <!-- Custom model -->
             <when value="Custom_model">
                 <param name="input" argument="--input" type="data" format="json,xml" label="Custom model file:" />
-                <param name="name" argument="--name" type="text" label="Model's name:" value="CustomModel" />
                 <conditional name="cond_medium">
                     <param name="medium_selector" argument="--medium_selector" type="select" label="Medium">
                         <option value="Default" selected="true">Don't use a separate medium file (use model defaults)</option>