Mercurial > repos > iuc > bandage
changeset 7:21e491ad532a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit c7fe7b3a7c6e1f2109868093b9ce5321c2979a24
author | iuc |
---|---|
date | Tue, 01 Nov 2022 15:09:04 +0000 |
parents | b9e31c5c01c7 |
children | ddddce450736 |
files | bandage_image.xml |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bandage_image.xml Sat Nov 27 10:09:14 2021 +0000 +++ b/bandage_image.xml Tue Nov 01 15:09:04 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="bandage_image" name="Bandage Image" version="@TOOL_VERSION@+galaxy3" profile="18.01"> +<tool id="bandage_image" name="Bandage Image" version="@TOOL_VERSION@+galaxy4" profile="21.05"> <description>visualize de novo assembly graphs</description> <macros> <import>macros.xml</import> @@ -21,6 +21,9 @@ #if $fontsize: --fontsize '$fontsize' #end if + #if $nodewidth: + --nodewidth '$nodewidth' + #end if $names $lengths ]]></command> @@ -31,6 +34,7 @@ <param argument="--names" type="boolean" truevalue="--names" falsevalue="" label="Node name labels?"/> <param argument="--lengths" type="boolean" truevalue="--lengths" falsevalue="" label="Node length labels?"/> <param argument="--fontsize" type="integer" min="5" optional="true" label="Font size" help="Node font size?"/> + <param argument="--nodewidth" type="float" min="5" optional="true" label="Node width" help="Node width for graph image?" /> <param name="output_format" type="select" label="Produce jpg, png or svg file?"> <option selected="True" value="jpg">.jpg</option> <option value="png">.png</option>