Skip to content

Commit 7871413

Browse files
gxydevbotplanemo-autoupdate
andauthored
Updating tools/volcanoplot from version 4.0.2 to 4.0.3 (#7935)
Co-authored-by: planemo-autoupdate <planemo-autoupdate@users.noreply.github.com>
1 parent 9335bc5 commit 7871413

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/volcanoplot/volcanoplot.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<description>create a volcano plot</description>
33
<macros>
44
<import>macros.xml</import>
5-
<token name="@TOOL_VERSION@">4.0.2</token>
5+
<token name="@TOOL_VERSION@">4.0.3</token>
66
</macros>
77

88
<edam_topics>
@@ -15,8 +15,8 @@
1515

1616
<requirements>
1717
<requirement type="package" version="@TOOL_VERSION@">r-ggplot2</requirement>
18-
<requirement type="package" version="0.9.6">r-ggrepel</requirement>
19-
<requirement type="package" version="1.2.0">r-dplyr</requirement>
18+
<requirement type="package" version="0.9.8">r-ggrepel</requirement>
19+
<requirement type="package" version="1.2.1">r-dplyr</requirement>
2020
</requirements>
2121
<version_command><![CDATA[
2222
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: ")

0 commit comments

Comments
 (0)