# HG changeset patch
# User goeckslab
# Date 1767713711 0
# Node ID 64872c48a21fa0f1d437b45506461b3a04f6ab84
# Parent c460abae83eba107924409cb84c0d24ee806b630
planemo upload for repository https://github.com/goeckslab/gleam.git commit d4b122527a2402e43512f9b4bda00c7bff0ec9e9
diff -r c460abae83eb -r 64872c48a21f image_learner.xml
--- a/image_learner.xml Thu Dec 18 16:59:58 2025 +0000
+++ b/image_learner.xml Tue Jan 06 15:35:11 2026 +0000
@@ -29,6 +29,7 @@
ln -sf '$input_csv' "./${sanitized_input_csv}";
#end if
+ #set $selected_validation_metric = ""
#if $task_selection.task == "binary"
#set $selected_validation_metric = $task_selection.validation_metric_binary
#elif $task_selection.task == "classification"
@@ -36,7 +37,9 @@
#elif $task_selection.task == "regression"
#set $selected_validation_metric = $task_selection.validation_metric_regression
#else
- #set $selected_validation_metric = None
+ #if $task_selection.validation_metric_auto
+ #set $selected_validation_metric = $task_selection.validation_metric_auto
+ #end if
#end if
python '$__tool_directory__/image_learner_cli.py'
@@ -81,6 +84,9 @@
--image-column "$column_override.image_column"
#end if
#end if
+ #if $sample_id_column
+ --sample-id-column "$sample_id_column"
+ #end if
--image-resize "$image_resize"
--random-seed "$random_seed"
--output-dir "." &&
@@ -103,26 +109,26 @@
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
+
+
+
@@ -130,7 +136,9 @@
-
+
+
+
@@ -139,13 +147,14 @@
-
-
+
+
+
@@ -564,7 +573,7 @@
-
+