comparison virAnnot_rps2tsv.xml @ 5:aac02a3a395c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/virAnnot commit 31e7eb490fbaa2b1f34f0e0f154a6f82ad2f2f82
author iuc
date Mon, 04 Aug 2025 19:14:00 +0000
parents 998724a43694
children
comparison
equal deleted inserted replaced
4:998724a43694 5:aac02a3a395c
1 <tool id="virAnnot_rps2tsv" name="virAnnot Rps2tsv" version="@TOOL_VERSION@+galaxy0" profile="21.05"> 1 <tool id="virAnnot_rps2tsv" name="virAnnot Rps2tsv" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2 <description>Convert xml rpstblast results to tab file with taxonomic informations</description> 2 <description>Convert xml rpstblast results to tab file with taxonomic informations</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/> 6 <expand macro="xrefs"/>
26 </outputs> 26 </outputs>
27 <tests> 27 <tests>
28 <test> 28 <test>
29 <param name="rps_xml" value="rps_test.xml"/> 29 <param name="rps_xml" value="rps_test.xml"/>
30 <param name="max_evalue" value="0.0001"/> 30 <param name="max_evalue" value="0.0001"/>
31 <output name="output" file="rps_test.tab"> 31 <output name="output">
32 <assert_contents> 32 <assert_contents>
33 <has_n_columns n="11" /> 33 <has_n_columns n="11" />
34 <has_n_lines n="5" /> 34 <has_n_lines n="5" />
35 <has_text text="pfam00680, RdRP_1" /> 35 <has_text text="pfam00680, RdRP_1" />
36 </assert_contents> 36 </assert_contents>