Mercurial > repos > iuc > drep_compare
diff drep_compare.xml @ 2:7de8436f7f97 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 5e6e589002d554be180e575080e9ad66cc78ed74"
| author | iuc |
|---|---|
| date | Sat, 12 Feb 2022 17:38:03 +0000 |
| parents | a5054beafded |
| children | dfe6041879b9 |
line wrap: on
line diff
--- a/drep_compare.xml Tue Aug 31 08:03:29 2021 +0000 +++ b/drep_compare.xml Sat Feb 12 17:38:03 2022 +0000 @@ -1,24 +1,20 @@ -<tool id="drep_compare" name="dRep compare" version="@VERSION@.0" python_template_version="3.5"> +<tool id="drep_compare" name="dRep compare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" python_template_version="3.5"> <description>compare a list of genomes</description> - <expand macro="bio_tools" /> + <expand macro="biotools" /> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ - @PREPARE_GENOMES@ - dRep compare outdir - @GENOME_COMPARISON_OPTIONS@ - @CLUSTERING_OPTIONS@ - @TAXONOMY_OPTIONS@ - @WARNING_OPTIONS@ - @GENOMES@ +@PREPARE_GENOMES@ +dRep compare outdir +@GENOMES@ +@COMPARISON_CLUSTERING_OPTIONS@ +@WARNING_OPTIONS@ ]]></command> <inputs> <expand macro="genomes"/> - <expand macro="genome_comparison_options"/> - <expand macro="clustering_options"/> - <expand macro="taxonomy_options"/> + <expand macro="comparison_clustering_options"/> <expand macro="warning_options"/> <expand macro="select_outputs"/> </inputs> @@ -26,9 +22,24 @@ <expand macro="common_outputs" /> </outputs> <tests> - <expand macro="test_defaults_log"> - <has_text text="dRep compare finished" /> - </expand> + <test expect_num_outputs="4"> + <expand macro="test_string_inputs"/> + <expand macro="test_default_comparison_clustering_options"/> + <expand macro="test_default_warning_options"/> + <expand macro="test_default_select_outputs"/> + <expand macro="test_log_output"> + <has_text text="dRep compare finished" /> + </expand> + </test> + <test expect_num_outputs="4"> + <expand macro="test_integer_inputs"/> + <expand macro="test_default_comparison_clustering_options"/> + <expand macro="test_default_warning_options"/> + <expand macro="test_default_select_outputs"/> + <expand macro="test_log_output"> + <has_text text="dRep compare finished" /> + </expand> + </test> </tests> <help><