comparison graphlan.xml @ 1:a490b70e46fc draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit b5bd1ab6e4f3a14819dbc2bdad33006bc6131b3c"
author iuc
date Fri, 24 Jan 2020 16:26:12 -0500
parents 8f62f666dcb6
children 6e8eb0c0d91f
comparison
equal deleted inserted replaced
0:8f62f666dcb6 1:a490b70e46fc
1 <tool id="graphlan" name="GraPhlAn" version="@WRAPPER_VERSION@.0"> 1 <tool id="graphlan" name="GraPhlAn" version="@WRAPPER_VERSION@">
2 <description>to produce graphical output of an input tree</description> 2 <description>to produce graphical output of an input tree</description>
3 <macros> 3 <macros>
4 <import>graphlan_macros.xml</import> 4 <import>graphlan_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
79 <param name="input_tree" value="intermediary_tree"/> 79 <param name="input_tree" value="intermediary_tree"/>
80 <param name="format" value="png"/> 80 <param name="format" value="png"/>
81 <param name="dpi" value="100"/> 81 <param name="dpi" value="100"/>
82 <param name="size" value="7"/> 82 <param name="size" value="7"/>
83 <param name="pad" value="2"/> 83 <param name="pad" value="2"/>
84 <output name="png_output_image" file="png_image.png" /> 84 <output name="png_output_image" file="png_image.png" compare="sim_size" delta="20000"/>
85 </test> 85 </test>
86 </tests> 86 </tests>
87 <help><![CDATA[ 87 <help><![CDATA[
88 **What it does** 88 **What it does**
89 89