comparison taxon_set.xml @ 0:e3f1c47246fd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit 2a3b068a98bf0e913dc03e0d5c2182cfd102cf27
author iuc
date Fri, 29 Jul 2022 20:35:39 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e3f1c47246fd
1 <tool id="checkm_taxon_set" name="CheckM taxon_set" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>
3 Generate taxonomic-specific marker set
4 </description>
5 <macros>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="biotools"/>
9 <expand macro="requirements"/>
10 <expand macro="version"/>
11 <command detect_errors="exit_code"><![CDATA[
12 checkm taxon_set
13 '$rank_taxon.rank'
14 '$rank_taxon.taxon.fields.value'
15 '$marker'
16 ]]></command>
17 <inputs>
18 <expand macro="rank_taxon"/>
19 </inputs>
20 <outputs>
21 <expand macro="marker_output" />
22 </outputs>
23 <tests>
24 <test expect_num_outputs="1">
25 <conditional name="rank_taxon">
26 <param name="rank" value="life"/>
27 <param name="taxon" value="Prokaryote"/>
28 </conditional>
29 <output name="marker" ftype="tabular">
30 <assert_contents>
31 <has_text text="[Taxon Marker File]"/>
32 <has_text text="Prokaryote"/>
33 <has_text text="PF00318.15"/>
34 </assert_contents>
35 </output>
36 </test>
37 </tests>
38 <help><![CDATA[
39 @HELP_HEADER@
40
41 This command generates taxonomic-specific marker set
42 ]]></help>
43 <expand macro="citations"/>
44 </tool>