changeset 1:4a7df9abe4c4 draft default tip

planemo upload for repository https://github.com/goeckslab/Galaxy-Pycaret commit 9497c4faca7063bcbb6b201ab6d0dd1570f22acb
author goeckslab
date Sat, 14 Dec 2024 23:17:48 +0000
parents 1f20fe57fdee
children
files pycaret_predict.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pycaret_predict.xml	Wed Dec 11 04:59:43 2024 +0000
+++ b/pycaret_predict.xml	Sat Dec 14 23:17:48 2024 +0000
@@ -7,9 +7,9 @@
     <command>
         <![CDATA[
         echo $target_feature && 
-        python $__tool_directory__/pycaret_predict.py --model_path $input_model --data_path $input_dataset --task $model_type 
+        python $__tool_directory__/pycaret_predict.py --model_path '$input_model' --data_path '$input_dataset' --task '$model_type' 
         #if $target_feature
-            --target $target_feature
+            --target '$target_feature'
         #end if
         ]]>
     </command>