Mercurial > repos > iuc > hamronize_tool
changeset 2:41c7e03b3eab draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit f09c6b7e45ccd61956942b5aab76c0c8ccc0fe03
author | iuc |
---|---|
date | Fri, 05 Aug 2022 12:58:22 +0000 |
parents | ec82fac4eb4b |
children | e13b801516dd |
files | macros.xml |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Sat Oct 23 21:38:09 2021 +0000 +++ b/macros.xml Fri Aug 05 12:58:22 2022 +0000 @@ -1,17 +1,17 @@ <macros> <token name="@TOOL_VERSION@">1.0.3</token> <token name="@PROFILE@">20.05</token> - + <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">hamronization</requirement> </requirements> </xml> - + <xml name="input_file_name"> <param name="input_file_name" type="text" label="Input file name" help="Sample name which was scanned with the tool"></param> </xml> - + <xml name="reference_database_id"> <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id of this tool"></param> </xml> @@ -23,8 +23,8 @@ <xml name="analysis_software_version"> <param name="analysis_software_version" type="text" label="Analysis software version"></param> </xml> - + <xml name="version_command"> <version_command>hamronize --version</version_command> </xml> -</macros> \ No newline at end of file +</macros>