From 4cc9efe81e547f3d86fbf1ce10784e84a3ec49d9 Mon Sep 17 00:00:00 2001 From: paulocilasjr Date: Fri, 18 Oct 2024 12:21:31 -0400 Subject: [PATCH] too_id fix and test_output --- .../tutorials/galaxy-ludwig/tutorial.md | 4 +- .../workflows/main_workflow-test.yml | 37 +++++++++++++------ 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/topics/statistics/tutorials/galaxy-ludwig/tutorial.md b/topics/statistics/tutorials/galaxy-ludwig/tutorial.md index 047ba039134b2a..11f261f556040c 100644 --- a/topics/statistics/tutorials/galaxy-ludwig/tutorial.md +++ b/topics/statistics/tutorials/galaxy-ludwig/tutorial.md @@ -137,7 +137,7 @@ These are just a few of the many options that Ludwig provides out-of-the-box, al > Task description > -> 1. {% tool [Ludwig Experiment](https://toolshed.g2.bx.psu.edu/repos/paulo_lyra_jr/ludwig_applications/ludwig_experiment/2024.0.10.3) %} with the following parameters: +> 1. {% tool [Ludwig Experiment](.bx.psu.edu/repos/paulo_lyra_jr/ludwig_applications/ludwig_experiment/2024.0.10.3) %} with the following parameters: > - {% icon param-file %} *"Select the dataset containing model configuration"*: `config.yaml` > - {% icon param-file %} *"Input dataset"*: `mnist_dataset.csv` > - {% icon param-file %} *"Raw data"*: `mnist_images.zip` @@ -320,7 +320,7 @@ Run the experiment once again. If you need a refresher on how to set up the Ludw > >> Task description >> ->> 1. {% tool [Ludwig Experiment](ludwig_experiment) %} with the following parameters: +>> 1. {% tool [Ludwig Experiment](.bx.psu.edu/repos/paulo_lyra_jr/ludwig_applications/ludwig_experiment/2024.0.10.3) %} with the following parameters: >> - {% icon param-file %} *"Select the dataset containing model configuration"*: `config.yaml` >> - {% icon param-file %} *"Input dataset"*: `mnist_dataset.csv` >> - {% icon param-file %} *"Raw data"*: `mnist_images.zip` diff --git a/topics/statistics/tutorials/galaxy-ludwig/workflows/main_workflow-test.yml b/topics/statistics/tutorials/galaxy-ludwig/workflows/main_workflow-test.yml index 54fa827cd403f3..8a07784179aa37 100644 --- a/topics/statistics/tutorials/galaxy-ludwig/workflows/main_workflow-test.yml +++ b/topics/statistics/tutorials/galaxy-ludwig/workflows/main_workflow-test.yml @@ -1,14 +1,27 @@ - doc: Test the Ludwig experiment workflow job: - 'mnist_images': - location: https://zenodo.org/records/13292895/files/mnist_images.zip - class: File - filetype: .zip - 'mnist_dataset': - location: https://zenodo.org/records/13357260/files/mnist_dataset.csv - class: File - filetype: .csv - 'config_yaml': - location: https://zenodo.org/records/13713095/files/config.yaml - class: File - filetype: .yaml + 'mnist_images': + location: https://zenodo.org/records/13292895/files/mnist_images.zip + class: File + filetype: .zip + 'mnist_dataset': + location: https://zenodo.org/records/13357260/files/mnist_dataset.csv + class: File + filetype: .csv + 'config_yaml': + location: https://zenodo.org/records/13713095/files/config.yaml + class: File + filetype: .yaml + outputs: + Ludwig_experiment_report: + asserts: + has_text: + text: "Ludwig Experiment" + Ludwig_trained_model: + asserts: + has_text: + text: "Ludwig Model Composite" + Ludwig_predictions_CSV: + asserts: + has_min_files: + n: 1