Mercurial > repos > p.lucas > bt_typer
changeset 4:87179200b122 draft
Uploaded fix error tool balise
author | p.lucas |
---|---|
date | Tue, 26 Mar 2024 13:57:53 +0000 |
parents | 12c0699dcf22 |
children | 3ac95ba80e98 |
files | Bt_detect_galaxy_wrapper.xml |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Bt_detect_galaxy_wrapper.xml Tue Mar 26 11:29:21 2024 +0000 +++ b/Bt_detect_galaxy_wrapper.xml Tue Mar 26 13:57:53 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="Bacillus_detection" name="Bacillus Thuringiensis serovars aizaiwai and kurstaki detection" version="1.0"> +<tool id="Bacillus_detection" name="Bacillus Thuringiensis serovars aizaiwai and kurstaki detection" version="1"> <description> From a 2 blastx output fle (25 columns) and a decision table (default: table_bt.txt) deduce the Bacillus Thuringiensis serovars aizaiwai and kurstaki. @@ -41,9 +41,10 @@ <outputs> <data format="txt" name="output" label="${tool.name} on ${on_string}"/> </outputs> - <help><![CDATA[ + <help> + <![CDATA[ Tool obtained form github: https://github.com/afelten-Anses/Bt_typing/ - + Bacillus thuringiensis serovars aizaiwai and kurstaki detection from blastx output. If you want to use your own detection table, file is configured like this (tabular separator): @@ -78,5 +79,6 @@ Bacillus thuringiensis kurstaki cluster C 1 -1 1 0 0 1 -1 Bacillus thuringiensis kurstaki cluster D 1 -1 1 0 0 -1 1 - ]]></help> - + ]]> + </help> +</tool> \ No newline at end of file