Mercurial > repos > iuc > checkm_taxon_set
view taxon_set.xml @ 2:407e50329077 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/checkm commit 3ae2bd72f789518e95ef65b97e0e5ac90165e113
author | iuc |
---|---|
date | Mon, 02 Sep 2024 13:50:55 +0000 |
parents | e3f1c47246fd |
children |
line wrap: on
line source
<tool id="checkm_taxon_set" name="CheckM taxon_set" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description> Generate taxonomic-specific marker set </description> <macros> <import>macros.xml</import> </macros> <expand macro="biotools"/> <expand macro="requirements"/> <expand macro="version"/> <command detect_errors="exit_code"><![CDATA[ checkm taxon_set '$rank_taxon.rank' '$rank_taxon.taxon.fields.value' '$marker' ]]></command> <inputs> <expand macro="rank_taxon"/> </inputs> <outputs> <expand macro="marker_output" /> </outputs> <tests> <test expect_num_outputs="1"> <conditional name="rank_taxon"> <param name="rank" value="life"/> <param name="taxon" value="Prokaryote"/> </conditional> <output name="marker" ftype="tabular"> <assert_contents> <has_text text="[Taxon Marker File]"/> <has_text text="Prokaryote"/> <has_text text="PF00318.15"/> </assert_contents> </output> </test> </tests> <help><![CDATA[ @HELP_HEADER@ This command generates taxonomic-specific marker set ]]></help> <expand macro="citations"/> </tool>