# HG changeset patch # User bgruening # Date 1757609529 0 # Node ID 7b583659453bc6c84de533a3a14fd2cb9d247a63 # Parent 57e3de4b3b0d9dbf21508c2f009dfbdbc0525b5a planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009 diff -r 57e3de4b3b0d -r 7b583659453b test-data/mask.png Binary file test-data/mask.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output0.png Binary file test-data/output0.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output1.png Binary file test-data/output1.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output2.png Binary file test-data/output2.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output3.png Binary file test-data/output3.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output4.png Binary file test-data/output4.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output_1.png Binary file test-data/output_1.png has changed diff -r 57e3de4b3b0d -r 7b583659453b test-data/output_2.png Binary file test-data/output_2.png has changed diff -r 57e3de4b3b0d -r 7b583659453b wordcloud.xml --- a/wordcloud.xml Thu Jun 05 19:09:27 2025 +0000 +++ b/wordcloud.xml Thu Sep 11 16:52:09 2025 +0000 @@ -2,7 +2,7 @@ with highly customizable appearance 1.9.4 - 2 + 3 23.0 @@ -47,29 +47,28 @@ #if str($margin): --margin $margin #end if - #if $background - --background '$background' + --mode $background_options.mode + #if str($background_options.mode) == 'RGB' + --background '$background_options.background_color' + #if str($background_options.cloud_shape.cloud_shape_options) == 'mask' + --mask $background_options.cloud_shape.mask + --contour_width $background_options.cloud_shape.contour_width + --contour_color '$background_options.cloud_shape.contour_color' + #end if + #else + --background None + #if str($background_options.cloud_shape.cloud_shape_options) == 'mask' + --mask $background_options.cloud_shape.mask + #end if #end if - #if $mask - --mask $mask - #end if - #if $color_choice == "color": - --color '$color' - #else if $color_choice == "colormask": - --colormask $colormask + #if $color_choice.color_option == "color": + --color '$color_choice.color' + #else if $color_choice.color_option == "colormask": + --colormask $color_choice.colormask #end if #if $colormap --colormap $colormap #end if - #if $mode - --mode $mode - #end if - #if $contour_width - --contour_width $contour_width - #end if - #if $contour_color - --contour_color '$contour_color' - #end if #if str($prefer_horizontal): --prefer_horizontal $prefer_horizontal #end if @@ -120,10 +119,43 @@ - - [#][0-9A-Fa-f]{6} - - + + + + + + + + [#][0-9A-Fa-f]{6} + + + + + + + + + + + + [#][0-9A-Fa-f]{6} + + + + + + + + + + + + + + + + + @@ -163,14 +195,6 @@ - - - - - - - [#][0-9A-Fa-f]{6} - @@ -185,85 +209,84 @@ - - - - + + + + + + + + + + - - - - + + - + + + + + + + + + + + - - + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - + + + + + + - - + + - - - - - - - - - - - - - +