# HG changeset patch
# User goeckslab
# Date 1733946012 0
# Node ID f6def1b901501fb8ec3c87abe806f90cc98f8ced
# Parent  915447b14520dc6941fd4344327dcc21314d7429
planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit 3f30992363c2f9a6cd51b979136333947b9486b9

diff -r 915447b14520 -r f6def1b90150 pycaret_train.xml
--- a/pycaret_train.xml	Wed Dec 11 05:00:00 2024 +0000
+++ b/pycaret_train.xml	Wed Dec 11 19:40:12 2024 +0000
@@ -6,7 +6,7 @@
     <expand macro="python_requirements" />
     <command>
         <![CDATA[
-        python $__tool_directory__/pycaret_train.py --input_file $input_file --target_col $target_feature --output_dir "`pwd`" --random_seed $random_seed
+        python $__tool_directory__/pycaret_train.py --input_file $input_file --target_col $target_feature --output_dir . --random_seed $random_seed
         #if $model_type == "classification"
             #if $classification_models
                 --models $classification_models