diff ludwig_autogenconfig.xml @ 3:11d3377511bb draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 0bcd53b5df7cbdb4b6fb69b4a25f53abc2dfd2aa
author goeckslab
date Tue, 18 Mar 2025 20:52:00 +0000
parents 4bcd6c3a025e
children
line wrap: on
line diff
--- a/ludwig_autogenconfig.xml	Fri Mar 14 16:49:47 2025 +0000
+++ b/ludwig_autogenconfig.xml	Tue Mar 18 20:52:00 2025 +0000
@@ -1,5 +1,5 @@
-<tool id="ludwig_config_generator" name="Ludwig Config Generator" version="@VERSION@" profile="@PROFILE@">
-    <description>Auto-generate a config file from a dataset for Ludwig training.</description>
+<tool id="ludwig_config_generator" name="Ludwig Config Creator" version="@VERSION@" profile="@PROFILE@">
+    <description>builds a Ludwig machine learning configuration file for a dataset</description>
     <macros>
         <import>ludwig_macros.xml</import>
     </macros>
@@ -30,7 +30,7 @@
 
         </param>
         <param name="output_feature" multiple="false" type="data_column" use_header_names="true" data_ref="input_file" label="Select target column(s):" />
-    <param name="renderconfig" type="boolean" checked="true" label="Rendered config?"
+    <param name="renderconfig" type="boolean" checked="false" label="Render full configuration with all setting included?"
             truevalue="--renderconfig" falsevalue="" />
     </inputs>