Mercurial > repos > bgruening > wordcloud
annotate wordcloud.xml @ 2:04fe94223792 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
| author | bgruening |
|---|---|
| date | Thu, 11 Sep 2025 16:51:56 +0000 |
| parents | 480a222aa00a |
| children | e00cb408785a |
| rev | line source |
|---|---|
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
1 <tool id="wordcloud" name="Generate a word cloud" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
2 <description>with highly customizable appearance</description> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
3 <macros> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.9.4</token> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">3</token> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
6 <token name="@PROFILE@">23.0</token> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
7 </macros> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
8 <requirements> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
9 <requirement type="package" version="@TOOL_VERSION@">wordcloud</requirement> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
10 </requirements> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
11 <version_command>wordcloud_cli --version</version_command> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
13 wordcloud_cli |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
14 --imagefile 'output.png' |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
15 --text $text |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
16 #if $stopwords |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
17 --stopwords $stopwords |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
18 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
19 |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
20 #if $fonts.fonts_selector == 'cached': |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
21 --fontfile ${fonts.fonts_select.fields.path} |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
22 #elif $fonts.fonts_selector == 'history': |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
23 --fontfile ${fonts.fontfile} |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
24 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
25 |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
26 #if $min_font_size |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
27 --min_font_size $min_font_size |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
28 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
29 #if $max_font_size |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
30 --max_font_size $max_font_size |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
31 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
32 #if $font_step |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
33 --font_step $font_step |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
34 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
35 #if $min_word_length |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
36 --min_word_length $min_word_length |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
37 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
38 #if str($max_words): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
39 --max_words $max_words |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
40 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
41 #if str($width): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
42 --width $width |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
43 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
44 #if str($height): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
45 --height $height |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
46 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
47 #if str($margin): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
48 --margin $margin |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
49 #end if |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
50 --mode $background_options.mode |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
51 #if str($background_options.mode) == 'RGB' |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
52 --background '$background_options.background_color' |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
53 #if str($background_options.cloud_shape.cloud_shape_options) == 'mask' |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
54 --mask $background_options.cloud_shape.mask |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
55 --contour_width $background_options.cloud_shape.contour_width |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
56 --contour_color '$background_options.cloud_shape.contour_color' |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
57 #end if |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
58 #else |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
59 --background None |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
60 #if str($background_options.cloud_shape.cloud_shape_options) == 'mask' |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
61 --mask $background_options.cloud_shape.mask |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
62 #end if |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
63 #end if |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
64 #if $color_choice.color_option == "color": |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
65 --color '$color_choice.color' |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
66 #else if $color_choice.color_option == "colormask": |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
67 --colormask $color_choice.colormask |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
68 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
69 #if $colormap |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
70 --colormap $colormap |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
71 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
72 #if str($prefer_horizontal): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
73 --prefer_horizontal $prefer_horizontal |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
74 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
75 #if str($scale): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
76 --scale $scale |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
77 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
78 #if str($relative_scaling): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
79 --relative_scaling $relative_scaling |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
80 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
81 $no_collocations |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
82 $include_numbers |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
83 $no_normalize_plurals |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
84 $repeat |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
85 #if str($random_state): |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
86 --random_state $random_state |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
87 #end if |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
88 ]]> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
89 </command> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
90 <inputs> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
91 <param argument="--text" type="data" format="txt" label="Input file" help="Input file to process"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
92 <param argument="--stopwords" type="data" format="txt" optional="true" label="Stopwords file" help="Specify file of stopwords (containing one word per line) to remove from the given text after parsing"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
93 |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
94 <conditional name="fonts"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
95 <param name="fonts_selector" type="select" label="Do you want to select a special font?" help="You can pass a specific file from your history or select a few prebuild fonts. By default DroidSansMono is used."> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
96 <option value="none">Use the default DroidSansMono font</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
97 <option value="cached">Select from a list of fonts</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
98 <option value="history">Choose a font from your history</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
99 </param> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
100 <when value="none"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
101 <when value="cached"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
102 <param name="fonts_select" type="select" label="Select font from list"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
103 <options from_data_table="fonts"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
104 <filter type="sort_by" column="2" /> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
105 <validator type="no_options" message="No fonts are available" /> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
106 </options> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
107 </param> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
108 </when> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
109 <when value="history"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
110 <param argument="--fontfile" type="data" format="binary" optional="true" label="Font file you wish to use" help="The font file you want to use"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
111 </when> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
112 </conditional> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
113 |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
114 <param argument="--min_font_size" type="integer" min="1" value="4" optional="true" label=" Smallest font size to use" /> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
115 <param argument="--max_font_size" type="integer" min="1" optional="true" label="Maximum font size for the largest word" /> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
116 <param argument="--font_step" type="integer" value="1" label="Step size for the font" help="Font_step > 1 might speed up computation but give a worse fit"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
117 <param argument="--min_word_length" type="integer" value="0" optional ="True" label="Minimum number of letters a word must have to be included"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
118 <param argument="--max_words" type="integer" min="1" value="200" optional="true" label="Maximum number of words"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
119 <param argument="--width" type="integer" min="1" value="400" optional="true" label="Define output image width"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
120 <param argument="--height" type="integer" min="1" value="200" optional="true" label="Define output image height"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
121 <param argument="--margin" type="integer" value="2" label="Spacing to leave around words"/> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
122 <conditional name="background_options"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
123 <param argument="--mode" type="select" label="Use RGB or RGBA for transparent background"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
124 <option value="RGB" selected="true">RGB</option> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
125 <option value="RGBA">RGBA</option> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
126 </param> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
127 <when value="RGB"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
128 <param argument="--background_color" type="color" value="#000000" optional="true" label="Use given color as background color for the image"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
129 <validator type="regex" message="Please select a valid RGB color">[#][0-9A-Fa-f]{6}</validator> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
130 </param> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
131 <conditional name="cloud_shape"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
132 <param name="cloud_shape_options" type="select" label="Choose word cloud shape"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
133 <option value="rectangle" selected="true">Default - Rectangle</option> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
134 <option value="mask">Mask from image input</option> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
135 </param> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
136 <when value="rectangle"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
137 <when value="mask"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
138 <param argument="--mask" type="data" format="png" optional="true" label="Mask to use for the image form"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
139 <param argument="--contour_width" type="float" min="0" value="0" optional="true" label="Contour width" help="Use given color as mask contour color"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
140 <param argument="--contour_color" type="color" value="#000000" optional="true" label="Contour color"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
141 <validator type="regex" message="Please select a valid RGB color">[#][0-9A-Fa-f]{6}</validator> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
142 </param> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
143 </when> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
144 </conditional> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
145 </when> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
146 <when value="RGBA"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
147 <conditional name="cloud_shape"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
148 <param name="cloud_shape_options" type="select" label="Choose word cloud shape"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
149 <option value="rectangle" selected="true">Default - Rectangle</option> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
150 <option value="mask">Mask from image input</option> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
151 </param> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
152 <when value="rectangle"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
153 <when value="mask"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
154 <param argument="--mask" type="data" format="png" optional="true" label="Mask to use for the image form"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
155 </when> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
156 </conditional> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
157 </when> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
158 </conditional> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
159 <conditional name="color_choice" label="Choose color option"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
160 <param name="color_option" type="select" label="Color option"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
161 <option value="color">Color</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
162 <option value="colormask">Color Mask</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
163 </param> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
164 <when value="color"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
165 <param argument="--color" type="color" value="#00ff00" optional="true" label="Use given color as coloring for the image"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
166 <validator type="regex" message="Please select a valid RGB color">[#][0-9A-Fa-f]{6}</validator> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
167 </param> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
168 </when> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
169 <when value="colormask"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
170 <param argument="--colormask" type="data" format="png" optional="true" label="Color Mask" help="Upload a color mask image"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
171 </when> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
172 </conditional> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
173 <param argument="--colormap" type="select" value="viridis" optional="true" label="Matplotlib colormap name"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
174 <option value="viridis">viridis</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
175 <option value="plasma">plasma</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
176 <option value="inferno">inferno</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
177 <option value="magma">magma</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
178 <option value="cividis">cividis</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
179 <option value="Greys">Greys</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
180 <option value="Purples">Purples</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
181 <option value="Blues">Blues</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
182 <option value="Greens">Greens</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
183 <option value="Oranges">Oranges</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
184 <option value="Reds">Reds</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
185 <option value="YlOrBr">YlOrBr</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
186 <option value="YlOrRd">YlOrRd</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
187 <option value="OrRd">OrRd</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
188 <option value="PuRd">PuRd</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
189 <option value="RdPu">RdPu</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
190 <option value="BuPu">BuPu</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
191 <option value="GnBu">GnBu</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
192 <option value="PuBu">PuBu</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
193 <option value="YlGnBu">YlGnBu</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
194 <option value="PuBuGn">PuBuGn</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
195 <option value="BuGn">BuGn</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
196 <option value="YlGn">YlGn</option> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
197 </param> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
198 <param argument="--prefer_horizontal" type="float" min="0" max="1" value="0.9" optional="true" label="Ratio of times to try horizontal fitting as opposed to vertical"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
199 <param argument="--scale" type="float" value="1.0" optional="True" label="Scaling between computation and drawing"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
200 <param argument="--relative_scaling" type="float" min="0.0" max="1.0" value="0.0" optional="true" label="Scaling of words by frequency (0 - 1)"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
201 <param argument="--no_collocations" type="boolean" truevalue="--no_collocations" falsevalue="" value="True" label="Do not add collocations (bigrams) to word cloud"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
202 <param argument="--include_numbers" type="boolean" truevalue="--include_numbers" falsevalue="" value="False" label="Whether to include numbers as phrases or not"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
203 <param argument="--no_normalize_plurals" type="boolean" truevalue="--no_normalize_plurals" falsevalue="" label="Whether to remove trailing s from words"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
204 <param argument="--repeat" type="boolean" truevalue="--repeat" falsevalue="" label="Whether to repeat words and phrases until max_words or min_font_size is reached"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
205 <param argument="--random_state" type="integer" value="10" label="Random seed" /> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
206 </inputs> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
207 <outputs> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
208 <data name="output" format="png" label="Word cloud image" from_work_dir="output.png"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
209 </outputs> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
210 <tests> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
211 <test expect_num_outputs="1"> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
212 <param name="text" value="test.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
213 <param name="font_step" value="2"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
214 <param name="min_word_length" value="2"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
215 <param name="width" value="200"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
216 <param name="height" value="100"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
217 <param name="colormap" value="inferno"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
218 <param name="scale" value="1.8"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
219 <param name="no_collocations" value="false"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
220 <conditional name="fonts"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
221 <param name="fonts_selector" value="none"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
222 </conditional> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
223 <output name="output" file="output0.png" ftype="png"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
224 </test> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
225 |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
226 <test expect_num_outputs="1"> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
227 <param name="text" value="test.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
228 <param name="stopwords" value="stopwords.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
229 <conditional name="fonts"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
230 <param name="fonts_selector" value="cached"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
231 <param name="fonts_select" value="Test Font"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
232 </conditional> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
233 <output name="output" file="output1.png" ftype="png"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
234 </test> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
235 |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
236 <test expect_num_outputs="1"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
237 <param name="text" value="test.txt"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
238 <param name="stopwords" value="stopwords.txt"/> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
239 <conditional name="fonts"> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
240 <param name="fonts_selector" value="history"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
241 <param name="fontfile" value="font.ttf"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
242 </conditional> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
243 <output name="output" file="output1.png" ftype="png"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
244 </test> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
245 |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
246 <test expect_num_outputs="1"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
247 <param name="text" value="test.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
248 <param name="stopwords" value="stopwords.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
249 <conditional name="background_options"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
250 <param name="mode" value="RGB"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
251 <param name="background_color" value="#9141ac"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
252 <conditional name="cloud_shape"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
253 <param name="cloud_shape_options" value="mask"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
254 <param name="mask" value="mask.png"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
255 <param name="contour_width" value="1.8"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
256 <param name="contour_color" value="#e01b24"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
257 </conditional> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
258 </conditional> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
259 <output name="output" file="output2.png" ftype="png"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
260 </test> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
261 |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
262 <test expect_num_outputs="1"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
263 <param name="text" value="test.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
264 <param name="stopwords" value="stopwords.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
265 <param name="include_numbers" value="true"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
266 <param name="no_normalize_plurals" value="false"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
267 <param name="repeat" value="false"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
268 <param name="random_state" value="10"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
269 <conditional name="color_choice"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
270 <param name="color_option" value="color"/> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
271 <param name="color" value="#99c1f1"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
272 </conditional> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
273 <conditional name="background_options"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
274 <param name="mode" value="RGBA"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
275 <conditional name="cloud_shape"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
276 <param name="cloud_shape_options" value="rectangle"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
277 </conditional> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
278 </conditional> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
279 <output name="output" file="output3.png" ftype="png"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
280 </test> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
281 |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
282 <test expect_num_outputs="1"> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
283 <param name="text" value="test.txt"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
284 <param name="stopwords" value="stopwords.txt"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
285 <conditional name="color_choice"> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
286 <param name="color_option" value="colormask"/> |
|
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
287 <param name="colormask" value="mask.png"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
288 </conditional> |
|
2
04fe94223792
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 0d8a75dc9f4c31bebffa9364cec730c787f08009
bgruening
parents:
1
diff
changeset
|
289 <output name="output" file="output4.png" ftype="png"/> |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
290 </test> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
291 </tests> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
292 <help><![CDATA[ |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
293 A word cloud is a visual representation (image) of word data. In other words, it is a collection, or cluster, of words depicted in different sizes. |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
294 The bigger and bolder the word appears, the more often it's mentioned within a given text and the more important it is. |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
295 ]]></help> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
296 <citations> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
297 <citation type="bibtex"> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
298 @misc{amueller2018wordcloud, |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
299 title={Word Clouds with Python}, |
|
1
480a222aa00a
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit f4d7669a5d4e87db78341b2a3e9d639486c709fc
bgruening
parents:
0
diff
changeset
|
300 author={Mueller, Andreas Christian}, |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
301 year={2018}, |
|
1
480a222aa00a
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit f4d7669a5d4e87db78341b2a3e9d639486c709fc
bgruening
parents:
0
diff
changeset
|
302 url={https://github.com/amueller/word_cloud} |
|
0
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
303 } |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
304 </citation> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
305 </citations> |
|
00372f57c454
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit 3a7c1e056d37cf5c5a4eca3d9c86d0f27acaac19
bgruening
parents:
diff
changeset
|
306 </tool> |
