comparison wordcloud.xml @ 1:480a222aa00a draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wordcloud commit f4d7669a5d4e87db78341b2a3e9d639486c709fc
author bgruening
date Thu, 05 Jun 2025 19:09:17 +0000
parents 00372f57c454
children 04fe94223792
comparison
equal deleted inserted replaced
0:00372f57c454 1:480a222aa00a
1 <tool id="wordcloud" name="Generate a word cloud" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> 1 <tool id="wordcloud" name="Generate a word cloud" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT">
2 <description>with highly customizable appearance</description> 2 <description>with highly customizable appearance</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">1.9.4</token> 4 <token name="@TOOL_VERSION@">1.9.4</token>
5 <token name="@VERSION_SUFFIX@">1</token> 5 <token name="@VERSION_SUFFIX@">2</token>
6 <token name="@PROFILE@">23.0</token> 6 <token name="@PROFILE@">23.0</token>
7 </macros> 7 </macros>
8 <requirements> 8 <requirements>
9 <requirement type="package" version="@TOOL_VERSION@">wordcloud</requirement> 9 <requirement type="package" version="@TOOL_VERSION@">wordcloud</requirement>
10 </requirements> 10 </requirements>
272 ]]></help> 272 ]]></help>
273 <citations> 273 <citations>
274 <citation type="bibtex"> 274 <citation type="bibtex">
275 @misc{amueller2018wordcloud, 275 @misc{amueller2018wordcloud,
276 title={Word Clouds with Python}, 276 title={Word Clouds with Python},
277 author={Amueller, Sebastian}, 277 author={Mueller, Andreas Christian},
278 year={2018}, 278 year={2018},
279 url={https://amueller.github.io/word_cloud/} 279 url={https://github.com/amueller/word_cloud}
280 } 280 }
281 </citation> 281 </citation>
282 </citations> 282 </citations>
283 </tool> 283 </tool>