{{ code }}
+ @@ -246,23 +247,21 @@ onMounted(() => {
If you haven't already, install Planemo using pip:
-pip install planemo
+ Download the workflow .ga file:
-curl "https://iwc.galaxyproject.org/data/{{ workflow?.iwcID }}.ga" -o {{ workflow?.iwcID }}.ga
+ Run the workflow tests with Planemo:
-curl "https://iwc.galaxyproject.org/data/{{ workflow?.iwcID }}-tests.yml" -o {{ workflow?.iwcID }}-tests.yml
-planemo test {{ workflow?.iwcID }}.ga
+ {{ workflow_job_input }}
+ Then run the workflow with your job file:
-planemo run {{ workflow?.iwcID }}.ga {{ workflow?.iwcID }}-job.yml \
- --output_directory . \
- --download_outputs \
- --output_json output.json
+ {{ workflow.definition.annotation }}