Mercurial > repos > iuc > volcanoplot
changeset 13:11c344627e52 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/volcanoplot commit d4af7d3515fc307ada3d33f627d111f6e14a7a52
author | iuc |
---|---|
date | Mon, 19 May 2025 08:41:16 +0000 |
parents | 3af838dc0637 |
children | |
files | volcanoplot.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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: ")