Mercurial > repos > iuc > graphlan
comparison graphlan.xml @ 1:e3eec94b7226 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit b5bd1ab6e4f3a14819dbc2bdad33006bc6131b3c"
| author | iuc |
|---|---|
| date | Fri, 24 Jan 2020 21:25:09 +0000 |
| parents | 60757ca9092b |
| children |
comparison
equal
deleted
inserted
replaced
| 0:60757ca9092b | 1:e3eec94b7226 |
|---|---|
| 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><