# HG changeset patch # User goeckslab # Date 1742331120 0 # Node ID 11d3377511bbe610a7a22527fddbf2cd147b469c # Parent 4bcd6c3a025e54493aa04410841298ff5395ddae planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 0bcd53b5df7cbdb4b6fb69b4a25f53abc2dfd2aa diff -r 4bcd6c3a025e -r 11d3377511bb ludwig_autogenconfig.xml --- 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>