Mercurial > repos > iuc > edger
comparison edger.xml @ 8:ea85027d986c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edger commit 215a0f27f3de87506895ac655f801c40e8c7edbc"
| author | iuc |
|---|---|
| date | Thu, 03 Jun 2021 19:33:47 +0000 |
| parents | 47094543a5ff |
| children | 21891a3214b9 |
comparison
equal
deleted
inserted
replaced
| 7:47094543a5ff | 8:ea85027d986c |
|---|---|
| 1 <tool id="edger" name="edgeR" version="3.24.1+galaxy1"> | 1 <tool id="edger" name="edgeR" version="3.34.0"> |
| 2 <description> | 2 <description> |
| 3 Perform differential expression of count data | 3 Perform differential expression of count data |
| 4 </description> | 4 </description> |
| 5 <xrefs> | |
| 6 <xref type="bio.tools">edger</xref> | |
| 7 </xrefs> | |
| 8 <edam_topics> | |
| 9 <edam_topic>topic_3308</edam_topic> | |
| 10 </edam_topics> | |
| 11 <edam_operations> | |
| 12 <edam_operation>operation_3563</edam_operation> | |
| 13 <edam_operation>operation_3223</edam_operation> | |
| 14 </edam_operations> | |
| 5 | 15 |
| 6 <requirements> | 16 <requirements> |
| 7 <requirement type="package" version="3.24.1">bioconductor-edger</requirement> | 17 <requirement type="package" version="3.34.0">bioconductor-edger</requirement> |
| 8 <requirement type="package" version="3.38.3">bioconductor-limma</requirement> | 18 <requirement type="package" version="3.48.0">bioconductor-limma</requirement> |
| 9 <requirement type="package" version="0.2.20">r-rjson</requirement> | 19 <requirement type="package" version="0.2.20">r-rjson</requirement> |
| 10 <requirement type="package" version="1.20.2">r-getopt</requirement> | 20 <requirement type="package" version="1.20.3">r-getopt</requirement> |
| 11 <requirement type="package" version="1.4.30">r-statmod</requirement> | 21 <requirement type="package" version="1.4.36">r-statmod</requirement> |
| 12 <!-- required for alpha function used with plotMD --> | 22 <!-- required for alpha function used with plotMD --> |
| 13 <requirement type="package" version="1.0.0">r-scales</requirement> | 23 <requirement type="package" version="1.1.1">r-scales</requirement> |
| 14 </requirements> | 24 </requirements> |
| 15 | 25 |
| 16 <version_command><![CDATA[ | 26 <version_command><![CDATA[ |
| 17 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: ") | 27 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: ") |
| 18 ]]></version_command> | 28 ]]></version_command> |
