Mercurial > repos > earlhaminst > ete
diff ete_homology_classifier.xml @ 16:e4d5d9a69c9d draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/ete commit a0d7ab86b86bb764e457767bf8e8bc29868d0cbb
author | earlhaminst |
---|---|
date | Mon, 10 Mar 2025 23:28:17 +0000 |
parents | 1e85af7a29c4 |
children |
line wrap: on
line diff
--- a/ete_homology_classifier.xml Mon Feb 24 16:34:12 2025 +0000 +++ b/ete_homology_classifier.xml Mon Mar 10 23:28:17 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="ete_homology_classifier" name="Homology Classifier and Filter" version="@VERSION@"> +<tool id="ete_homology_classifier" name="Homology Classifier and Filter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> <description>from a genetree using the ETE Toolkit</description> <macros> <import>ete_macros.xml</import> @@ -50,13 +50,17 @@ <tests> <test> <param name="genetreeFile" ftype="nhx" value="genetree.nhx" /> - <param name="out_format" value="tabular"/> - <param name="homologies" value="one-to-one,one-to-many,many-to-one,many-to-many,paralogs" /> + <conditional name="format_type"> + <param name="out_format" value="tabular"/> + <param name="homologies" value="one-to-one,one-to-many,many-to-one,many-to-many,paralogs" /> + </conditional> <output name="homology" file="11_homology.tabular" /> </test> <test> <param name="genetreeFile" ftype="nhx" value="11_genetree.nhx" /> - <param name="out_format" value="csv"/> + <conditional name="format_type"> + <param name="out_format" value="csv"/> + </conditional> <output name="homology" file="11_homology.csv" /> </test> </tests>