comparison hyphy_annotate.xml @ 8:fa913c2975da draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
author iuc
date Sat, 27 Nov 2021 11:36:48 +0000
parents f7810488bd92
children 91cf1290ba6f
comparison
equal deleted inserted replaced
7:ec59f7a36a24 8:fa913c2975da
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_annotate" name="Annotate" version="@VERSION@+galaxy0"> 2 <tool id="hyphy_annotate" name="Annotate" version="@TOOL_VERSION@+galaxy0">
3 <description>a newick tree with HyPhy</description> 3 <description>a newick tree with HyPhy</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
27 </outputs> 27 </outputs>
28 <tests> 28 <tests>
29 <test> 29 <test>
30 <param name="compressed_msa" ftype="fasta.gz" value="annotate-in1.fa.gz"/> 30 <param name="compressed_msa" ftype="fasta.gz" value="annotate-in1.fa.gz"/>
31 <param name="input_tree" ftype="nhx" value="annotate-in1.nhx"/> 31 <param name="input_tree" ftype="nhx" value="annotate-in1.nhx"/>
32 <param name="multiple_hits" value="None" />
33 <param name="root" value="REFERENCE" /> 32 <param name="root" value="REFERENCE" />
34 <param name="label" value="Annotated" /> 33 <param name="label" value="Annotated" />
35 <output name="labeled_tree_int" file="annotate-out1-int.nhx" /> 34 <output name="labeled_tree_int" file="annotate-out1-int.nhx" />
36 <output name="labeled_tree_full" file="annotate-out1-full.nhx" /> 35 <output name="labeled_tree_full" file="annotate-out1-full.nhx" />
37 <output name="labeled_tree_clade" file="annotate-out1-clade.nhx" /> 36 <output name="labeled_tree_clade" file="annotate-out1-clade.nhx" />