Previous changeset 6:b9e31c5c01c7 (2021-11-27) Next changeset 8:ddddce450736 (2022-11-28) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit c7fe7b3a7c6e1f2109868093b9ce5321c2979a24 |
modified:
bandage_image.xml |
b |
diff -r b9e31c5c01c7 -r 21e491ad532a bandage_image.xml --- a/bandage_image.xml Sat Nov 27 10:09:14 2021 +0000 +++ b/bandage_image.xml Tue Nov 01 15:09:04 2022 +0000 |
b |
@@ -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> |