Skip to content

Commit df52384

Browse files
author
planemo-autoupdate
committed
Updating tools/edger from version 3.36.0 to 4.0.16
1 parent 06a9256 commit df52384

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tools/edger/edger.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Perform differential expression of count data
44
</description>
55
<macros>
6-
<token name="@TOOL_VERSION@">3.36.0</token>
7-
<token name="@VERSION_SUFFIX@">4</token>
6+
<token name="@TOOL_VERSION@">4.0.16</token>
7+
<token name="@VERSION_SUFFIX@">0</token>
88
</macros>
99
<edam_topics>
1010
<edam_topic>topic_3308</edam_topic>
@@ -19,12 +19,12 @@
1919
</xrefs>
2020
<requirements>
2121
<requirement type="package" version="@TOOL_VERSION@">bioconductor-edger</requirement>
22-
<requirement type="package" version="3.50.0">bioconductor-limma</requirement>
23-
<requirement type="package" version="0.2.20">r-rjson</requirement>
24-
<requirement type="package" version="1.20.3">r-getopt</requirement>
25-
<requirement type="package" version="1.4.36">r-statmod</requirement>
22+
<requirement type="package" version="3.58.1">bioconductor-limma</requirement>
23+
<requirement type="package" version="0.2.21">r-rjson</requirement>
24+
<requirement type="package" version="1.20.4">r-getopt</requirement>
25+
<requirement type="package" version="1.5.0">r-statmod</requirement>
2626
<!-- required for alpha function used with plotMD -->
27-
<requirement type="package" version="1.1.1">r-scales</requirement>
27+
<requirement type="package" version="1.3.0">r-scales</requirement>
2828
</requirements>
2929
<version_command><![CDATA[
3030
echo $(R --version | grep version | grep -v GNU)", edgeR version" $(R --vanilla --slave -e "library(edgeR); cat(sessionInfo()\$otherPkgs\$edgeR\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", limma version" $(R --vanilla --slave -e "library(limma); cat(sessionInfo()\$otherPkgs\$limma\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", scales version" $(R --vanilla --slave -e "library(scales); cat(sessionInfo()\$otherPkgs\$scales\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", rjson version" $(R --vanilla --slave -e "library(rjson); cat(sessionInfo()\$otherPkgs\$rjson\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", getopt version" $(R --vanilla --slave -e "library(getopt); cat(sessionInfo()\$otherPkgs\$getopt\$Version)" 2> /dev/null | grep -v -i "WARNING: ")

0 commit comments

Comments
 (0)