Mercurial > repos > iuc > hamronize_tool
comparison macros.xml @ 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 |
comparison
equal
deleted
inserted
replaced
1:ec82fac4eb4b | 2:41c7e03b3eab |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">1.0.3</token> | 2 <token name="@TOOL_VERSION@">1.0.3</token> |
3 <token name="@PROFILE@">20.05</token> | 3 <token name="@PROFILE@">20.05</token> |
4 | 4 |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">hamronization</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">hamronization</requirement> |
8 </requirements> | 8 </requirements> |
9 </xml> | 9 </xml> |
10 | 10 |
11 <xml name="input_file_name"> | 11 <xml name="input_file_name"> |
12 <param name="input_file_name" type="text" label="Input file name" help="Sample name which was scanned with the tool"></param> | 12 <param name="input_file_name" type="text" label="Input file name" help="Sample name which was scanned with the tool"></param> |
13 </xml> | 13 </xml> |
14 | 14 |
15 <xml name="reference_database_id"> | 15 <xml name="reference_database_id"> |
16 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id of this tool"></param> | 16 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id of this tool"></param> |
17 </xml> | 17 </xml> |
18 | 18 |
19 <xml name="reference_database_version"> | 19 <xml name="reference_database_version"> |
21 </xml> | 21 </xml> |
22 | 22 |
23 <xml name="analysis_software_version"> | 23 <xml name="analysis_software_version"> |
24 <param name="analysis_software_version" type="text" label="Analysis software version"></param> | 24 <param name="analysis_software_version" type="text" label="Analysis software version"></param> |
25 </xml> | 25 </xml> |
26 | 26 |
27 <xml name="version_command"> | 27 <xml name="version_command"> |
28 <version_command>hamronize --version</version_command> | 28 <version_command>hamronize --version</version_command> |
29 </xml> | 29 </xml> |
30 </macros> | 30 </macros> |