changeset 1:5112462f2dd3 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/tabpfn commit 0544107f87c3df249ecc89a64dfd390f8708b736
author bgruening
date Wed, 15 Jan 2025 20:34:13 +0000
parents 3dc3c7443c8e
children c081e5e1d7ce
files tabpfn.xml test-data/pr_curve.png
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tabpfn.xml	Wed Jan 15 12:33:49 2025 +0000
+++ b/tabpfn.xml	Wed Jan 15 20:34:13 2025 +0000
@@ -28,7 +28,7 @@
     </inputs>
     <outputs>
         <data format="tabular" name="output_predicted_data" from_work_dir="output_predicted_data" label="Predicted data"></data>
-        <data format="png" name="output_prec_recall_curve" from_work_dir="output_prec_recall_curve" label="Precision-recall curve"></data>
+        <data format="png" name="output_prec_recall_curve" from_work_dir="output_prec_recall_curve.png" label="Precision-recall curve"></data>
     </outputs>
     <tests>
         <test>
@@ -41,6 +41,11 @@
 	        </assert_contents>
 	    </output>
         </test>
+	<test>
+	    <param name="train_data" value="local_train_rows.tabular" ftype="tabular" />
+	    <param name="test_data" value="local_test_rows.tabular" ftype="tabular" />
+	    <output name="output_prec_recall_curve" file="pr_curve.png" compare="sim_size" />
+	</test>
     </tests>
     <help>
         <![CDATA[
Binary file test-data/pr_curve.png has changed