Mercurial > repos > iuc > deseq2
comparison deseq2.xml @ 16:a7bf54ecfa9d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit da90fed6a52526d14b5e58fc3c5e7e8448d783d7
| author | iuc |
|---|---|
| date | Thu, 22 Sep 2016 05:49:41 -0400 |
| parents | d856341e03c8 |
| children | 24930eeff731 |
comparison
equal
deleted
inserted
replaced
| 15:d856341e03c8 | 16:a7bf54ecfa9d |
|---|---|
| 1 <tool id="deseq2" name="DESeq2" version="2.1.8.3"> | 1 <tool id="deseq2" name="DESeq2" version="2.1.8.4"> |
| 2 <description>Determines differentially expressed features from count tables</description> | 2 <description>Determines differentially expressed features from count tables</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <!-- odering is crucial, otherwise R will override the ENV variables from deseq2 --> | 4 <!-- odering is crucial, otherwise R will override the ENV variables from deseq2 --> |
| 5 <requirement type="package" version="1.8.2">deseq2</requirement> | 5 <requirement type="package" version="1.20.0">r-getopt</requirement> |
| 6 <requirement type="package" version="2.17.0">r-gplots</requirement> | |
| 7 <requirement type="package" version="0.2.15">r-rjson</requirement> | |
| 8 <requirement type="package" version="1.10.1">bioconductor-deseq2</requirement> | |
| 6 </requirements> | 9 </requirements> |
| 7 <stdio> | 10 <stdio> |
| 8 <regex match="Execution halted" | 11 <regex match="Execution halted" |
| 9 source="both" | 12 source="both" |
| 10 level="fatal" | 13 level="fatal" |
| 23 echo $(R --version | grep version | grep -v GNU)", DESeq2 version" $(R --vanilla --slave -e "library(DESeq2); cat(sessionInfo()\$otherPkgs\$DESeq2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 26 echo $(R --version | grep version | grep -v GNU)", DESeq2 version" $(R --vanilla --slave -e "library(DESeq2); cat(sessionInfo()\$otherPkgs\$DESeq2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
| 24 ]]> | 27 ]]> |
| 25 </version_command> | 28 </version_command> |
| 26 <command> | 29 <command> |
| 27 <