| Previous changeset 12:3af838dc0637 (2025-05-15) Next changeset 14:cfb0595f9842 (2025-09-15) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit d4af7d3515fc307ada3d33f627d111f6e14a7a52 |
|
modified:
volcanoplot.xml |
| b |
| diff -r 3af838dc0637 -r 11c344627e52 volcanoplot.xml --- a/volcanoplot.xml Thu May 15 12:51:53 2025 +0000 +++ b/volcanoplot.xml Mon May 19 08:41:16 2025 +0000 |
| [ |
| @@ -2,7 +2,7 @@ <description>create a volcano plot</description> <macros> <import>macros.xml</import> - <token name="@TOOL_VERSION@">3.3.3</token> + <token name="@TOOL_VERSION@">3.5.2</token> </macros> <edam_topics> @@ -15,8 +15,8 @@ <requirements> <requirement type="package" version="@TOOL_VERSION@">r-ggplot2</requirement> - <requirement type="package" version="0.9.1">r-ggrepel</requirement> - <requirement type="package" version="1.0.6">r-dplyr</requirement> + <requirement type="package" version="0.9.6">r-ggrepel</requirement> + <requirement type="package" version="1.1.4">r-dplyr</requirement> </requirements> <version_command><![CDATA[ echo $(R --version | grep version | grep -v GNU)", ggplot2 version" $(R --vanilla --slave -e "library(ggplot2); cat(sessionInfo()\$otherPkgs\$ggplot2\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", ggrepel version" $(R --vanilla --slave -e "library(ggrepel); cat(sessionInfo()\$otherPkgs\$ggrepel\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", dplyr version" $(R --vanilla --slave -e "library(dplyr); cat(sessionInfo()\$otherPkgs\$dplyr\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |