Mercurial > repos > iuc > limma_voom
comparison limma_voom.xml @ 7:5a722ae502b3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/limma_voom commit cf399638ebca4250bcc15f468238a9964de97b33
| author | iuc |
|---|---|
| date | Wed, 09 May 2018 13:27:00 -0400 |
| parents | 6c9be744c932 |
| children | 87f26da8078e |
comparison
equal
deleted
inserted
replaced
| 6:6c9be744c932 | 7:5a722ae502b3 |
|---|---|
| 1 <tool id="limma_voom" name="limma" version="3.34.9.2"> | 1 <tool id="limma_voom" name="limma" version="3.34.9.3"> |
| 2 <description> | 2 <description> |
| 3 Perform differential expression with limma-voom or limma-trend | 3 Perform differential expression with limma-voom or limma-trend |
| 4 </description> | 4 </description> |
| 5 | 5 |
| 6 <requirements> | 6 <requirements> |
| 8 <requirement type="package" version="3.20.7">bioconductor-edger</requirement> | 8 <requirement type="package" version="3.20.7">bioconductor-edger</requirement> |
| 9 <requirement type="package" version="1.4.30">r-statmod</requirement> | 9 <requirement type="package" version="1.4.30">r-statmod</requirement> |
| 10 <requirement type="package" version="0.5.0">r-scales</requirement> | 10 <requirement type="package" version="0.5.0">r-scales</requirement> |
| 11 <requirement type="package" version="0.2.15">r-rjson</requirement> | 11 <requirement type="package" version="0.2.15">r-rjson</requirement> |
| 12 <requirement type="package" version="1.20.0">r-getopt</requirement> | 12 <requirement type="package" version="1.20.0">r-getopt</requirement> |
| 13 <requirement type="package" version="3.0.1">r-gplots</requirement> | |
| 13 </requirements> | 14 </requirements> |
| 14 | 15 |
| 15 <version_command><![CDATA[ | 16 <version_command><![CDATA[ |
| 16 echo $(R --version | grep version | grep -v GNU)", limma version" $(R --vanilla --slave -e "library(limma); cat(sessionInfo()\$otherPkgs\$limma\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", edgeR version" $(R --vanilla --slave -e "library(edgeR); cat(sessionInfo()\$otherPkgs\$edgeR\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", statmod version" $(R --vanilla --slave -e "library(statmod); cat(sessionInfo()\$otherPkgs\$statmod\$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: ") | 17 echo $(R --version | grep version | grep -v GNU)", limma version" $(R --vanilla --slave -e "library(limma); cat(sessionInfo()\$otherPkgs\$limma\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", edgeR version" $(R --vanilla --slave -e "library(edgeR); cat(sessionInfo()\$otherPkgs\$edgeR\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", statmod version" $(R --vanilla --slave -e "library(statmod); cat(sessionInfo()\$otherPkgs\$statmod\$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: ")", gplots version" $(R --vanilla --slave -e "library(gplots); cat(sessionInfo()\$otherPkgs\$gplots\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
| 17 ]]></version_command> | 18 ]]></version_command> |
| 18 | 19 |
| 19 <command detect_errors="exit_code"><