Mercurial > repos > iuc > hamronize_summarize
comparison macros.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 |
comparison
equal
deleted
inserted
replaced
3:243c87f34f39 | 4:f8bcc852f6b3 |
---|---|
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 <xml name="bio_tools"> |
5 <xrefs> | |
6 <xref type="bio.tools">hamronization</xref> | |
7 </xrefs> | |
8 </xml> | |
5 <xml name="requirements"> | 9 <xml name="requirements"> |
6 <requirements> | 10 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">hamronization</requirement> | 11 <requirement type="package" version="@TOOL_VERSION@">hamronization</requirement> |
8 </requirements> | 12 </requirements> |
9 </xml> | 13 </xml> |
10 | |
11 <xml name="input_file_name"> | 14 <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> | 15 <param name="input_file_name" type="text" label="Input file name" help="Sample name which was scanned with the tool"></param> |
13 </xml> | 16 </xml> |
14 | |
15 <xml name="reference_database_id"> | 17 <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> | 18 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id of this tool"></param> |
17 </xml> | 19 </xml> |
18 | |
19 <xml name="reference_database_version"> | 20 <xml name="reference_database_version"> |
20 <param name="reference_database_version" type="text" label="Reference database version"></param> | 21 <param name="reference_database_version" type="text" label="Reference database version"></param> |
21 </xml> | 22 </xml> |
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 | |
27 <xml name="version_command"> | 26 <xml name="version_command"> |
28 <version_command>hamronize --version</version_command> | 27 <version_command>hamronize --version</version_command> |
29 </xml> | 28 </xml> |
29 <xml name="citations"> | |
30 <citations> | |
31 <citation type="doi">10.5281/zenodo.10015946</citation> | |
32 </citations> | |
33 </xml> | |
30 </macros> | 34 </macros> |