Mercurial > repos > iuc > kaiju_mergeoutputs
changeset 1:01585d091036 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kaiju commit ace4e37c66a95ee5f648b95a92911e1fdf212967
| author | iuc |
|---|---|
| date | Wed, 07 May 2025 08:51:51 +0000 |
| parents | cdc8a98ed4fc |
| children | |
| files | macros.xml |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Apr 22 14:03:00 2025 +0000 +++ b/macros.xml Wed May 07 08:51:51 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.10.1</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">23.2</token> <xml name="xrefs"> @@ -22,7 +22,7 @@ </xml> <xml name="reference"> - <param name="reference" type="select" label="kaiju refernce data"> + <param name="reference" type="select" label="kaiju reference data"> <options from_data_table="kaiju"/> <validator type="no_options" message="No reference data installed. Ask your Galaxy admin."/> </param> @@ -43,6 +43,7 @@ <param argument="-l" type="select" multiple="true" optional="true" label="Print taxon path containing selected ranks ranks specified "> <option value="domain">Domain</option> <option value="realm">Realm</option> + <option value="superkingdom">Superkingdom</option> <option value="kingdom">Kingdom</option> <option value="subkingdom">Subkingdom</option> <option value="superphylum">Superphylum</option>
