Mercurial > repos > devteam > kraken_translate
diff kraken-translate.xml @ 3:9bdcba262627 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken_translate/ commit e8fc7c9dad5f583ad6763ecb9bd8c924832abacd
author | iuc |
---|---|
date | Mon, 07 Aug 2017 17:29:45 -0400 |
parents | b9971bca4b01 |
children | 9a5be5b1a5c9 |
line wrap: on
line diff
--- a/kraken-translate.xml Wed Mar 23 11:02:57 2016 -0400 +++ b/kraken-translate.xml Mon Aug 07 17:29:45 2017 -0400 @@ -1,26 +1,29 @@ -<tool id="kraken-translate" name="Kraken-translate" version="1.2.1"> - <description> - convert taxonomy IDs to names - </description> +<tool id="kraken-translate" name="Kraken-translate" version="@WRAPPER_VERSION@"> + <description>convert taxonomy IDs to names</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> - <expand macro="stdio" /> <expand macro="version_command" /> - <command> - <![CDATA[ + <command detect_errors="exit_code"><![CDATA[ @SET_DATABASE_PATH@ && - kraken-translate @INPUT_DATABASE@ $mpa_format "${input}" > "${translated}" - ]]> - </command> + + kraken-translate + @INPUT_DATABASE@ + $mpa_format + '${input}' + > '${translated}' + ]]></command> <inputs> - <param format="tabular" label="Kraken output" name="input" type="data" help="Select taxonomy classification produced by kraken"/> - <param label="Restrict labels to standard rank assignments" name="mpa_format" truevalue="--mpa-format" falsevalue="" type="boolean" /> + <param name="input" type="data" format="tabular" label="Kraken output" + help="Select taxonomy classification produced by kraken"/> + <param name="mpa_format" type="boolean" truevalue="--mpa-format" falsevalue="" + label="Restrict labels to standard rank assignments" /> + <expand macro="input_database" /> </inputs> <outputs> - <data format="tabular" label="${tool.name} on ${on_string}: Translated classification" name="translated" /> + <data name="translated" format="tabular" label="${tool.name} on ${on_string}: Translated classification"/> </outputs> <tests> <test> @@ -30,8 +33,7 @@ <output name="translated" file="kraken_translate_test1_output.tab" ftype="tabular"/> </test> </tests> - <help> - <![CDATA[ + <help><![CDATA[ .. class:: warningmark @@ -54,7 +56,6 @@ SEQ1 d__Bacteria|p__Proteobacteria|c__Gammaproteobacteria|o__Enterobacteriales|f__Enterobacteriaceae|g__Escherichia|s__Escherichia_coli Taxonomy assignments above the superkingdom rank are represented as just "root" when using the ``--mpa-report`` option with kraken-translate. - ]]> - </help> + ]]></help> <expand macro="citations" /> </tool>