| Previous changeset 0:3dc3c7443c8e (2025-01-15) Next changeset 2:c081e5e1d7ce (2025-01-17) |
|
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/tabpfn commit 0544107f87c3df249ecc89a64dfd390f8708b736 |
|
modified:
tabpfn.xml |
|
added:
test-data/pr_curve.png |
| b |
| diff -r 3dc3c7443c8e -r 5112462f2dd3 tabpfn.xml --- 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[ |
| b |
| diff -r 3dc3c7443c8e -r 5112462f2dd3 test-data/pr_curve.png |
| b |
| Binary file test-data/pr_curve.png has changed |