Mercurial > repos > iuc > hamronize_summarize
diff hamronize_summarize.xml @ 4:f8bcc852f6b3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:27:25 +0000 |
parents | 243c87f34f39 |
children | 88045b4d5597 |
line wrap: on
line diff
--- a/hamronize_summarize.xml Fri Aug 05 12:58:46 2022 +0000 +++ b/hamronize_summarize.xml Fri Feb 09 21:27:25 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="exit_code"><![CDATA[ @@ -37,13 +38,13 @@ </inputs> <outputs> - <data format="tabular" name="output_tsv" label="${tool.name} on ${on_string}: Output" from_work_dir="output.tsv"> + <data format="tabular" name="output_tsv" label="${tool.name} on ${on_string}: Table" from_work_dir="output.tsv"> <filter>summary_type == "tsv"</filter> </data> - <data format="json" name="output_json" label="${tool.name} on ${on_string}: Output" from_work_dir="output.json"> + <data format="json" name="output_json" label="${tool.name} on ${on_string}: JSON" from_work_dir="output.json"> <filter>summary_type == "json"</filter> </data> - <data format="html" name="output_html" label="${tool.name} on ${on_string}: Output" from_work_dir="output.html"> + <data format="html" name="output_html" label="${tool.name} on ${on_string}: Interactive" from_work_dir="output.html"> <filter>summary_type == "interactive"</filter> </data> </outputs> @@ -77,4 +78,5 @@ ]]> </help> + <expand macro="citations"/> </tool>