comparison edgeR_Differential_Gene_Expression.xml @ 108:a02794bb9073 draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 2700e500a4fb135a20ede7d52221a9d31f1aaa5e-dirty
author yhoogstrate
date Tue, 01 Sep 2015 04:45:24 -0400
parents 049d8bc2214e
children dfebd3787276
comparison
equal deleted inserted replaced
107:049d8bc2214e 108:a02794bb9073
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="edger_dge" name="edgeR: Differential Gene(Expression) Analysis" version="3.11.0.a"> 2 <tool id="edger_dge" name="edgeR: Differential Gene(Expression) Analysis" version="3.11.0.a">
3 <description>RNA-Seq gene expression analysis using edgeR (R package)</description> 3 <description>RNA-Seq gene expression analysis using edgeR (R package)</description>
4 4
5 <macros>
6 <import>edgeR_macros.xml</import>
7 </macros>
8
5 <requirements> 9 <requirements>
6 <requirement type="package" version="3.11.0">edger</requirement> 10 <requirement type="package" version="3.11.0">edger</requirement>
7 </requirements> 11 </requirements>
8 12
9 <stdio> 13 <stdio>
10 <regex match="Error in[^a-z]+contrasts" 14 <regex match="Error in[^a-z]+contrasts"
11 source="both" 15 source="both"
12 level="fatal" 16 level="fatal"
13 description="Have the design- and expression-matrix been swapped?" /> 17 description="Have the design- and expression-matrix been swapped?" />
14 <regex match="Execution halted" 18 <regex match="Execution halted"
15 source="both" 19 source="both"
16 level="fatal" /> 20 level="fatal" />
17 <regex match="Calculating library sizes from column" 21 <regex match="Calculating library sizes from column"
18 source="stderr" 22 source="stderr"
19 level="log" /> 23 level="log" />
20 <regex match="During startup - Warning messages" 24 <regex match="During startup - Warning messages"
21 source="stderr" 25 source="stderr"
22 level="log" /> 26 level="log" />
23 <regex match="Setting LC_[^ ]+ failed" 27 <regex match="Setting LC_[^ ]+ failed"
24 source="stderr" 28 source="stderr"
25 level="warning" 29 level="warning"
26 description="LOCALE has not been set correctly" /> 30 description="LOCALE has not been set correctly" />
27 </stdio> 31 </stdio>
28 32
29 <version_command>echo $(R --version | grep version | grep -v GNU) " , EdgeR version" $(R --vanilla --slave -e "library(edgeR) ; cat(sessionInfo()\$otherPkgs\$edgeR\$Version)" 2&gt; /dev/null | grep -v -i "WARNING: ")</version_command> 33 <version_command>echo $(R --version | grep version | grep -v GNU) " , EdgeR version" $(R --vanilla --slave -e "library(edgeR) ; cat(sessionInfo()\$otherPkgs\$edgeR\$Version)" 2&gt; /dev/null | grep -v -i "WARNING: ")</version_command>
30 34
31 <command> 35 <command>
592 ------------ 596 ------------
593 597
594 This tool requires no specific configurations. The following dependencies are installed automatically: 598 This tool requires no specific configurations. The following dependencies are installed automatically:
595 599
596 - R 600 - R
597 - Bioconductor 601 - limma
598 - limma 602 - edgeR
599 - edgeR
600 603
601 License 604 License
602 ------- 605 -------
603 - R 606 - R
604 - GPL 2 &amp; GPL 3 607 - GPL 2 &amp; GPL 3
627 *Yuwen Liu, Jie Zhou and Kevin P. White* - Bioinformatics (2014) 30 (3): 301-304. 630 *Yuwen Liu, Jie Zhou and Kevin P. White* - Bioinformatics (2014) 30 (3): 301-304.
628 631
629 - http://www.ncbi.nlm.nih.gov/pubmed/24319002 632 - http://www.ncbi.nlm.nih.gov/pubmed/24319002
630 - http://dx.doi.org/10.1093/bioinformatics/btt688 633 - http://dx.doi.org/10.1093/bioinformatics/btt688
631 634
632 Contact 635 @CONTACT@
633 -------
634
635 The tool wrapper has been written by Youri Hoogstrate from the Erasmus
636 Medical Center (Rotterdam, Netherlands) on behalf of the Translational
637 Research IT (TraIT) project:
638
639 http://www.ctmm.nl/en/programmas/infrastructuren/traitprojecttranslationeleresearch
640
641 More tools by the Translational Research IT (TraIT) project can be found
642 in the following toolsheds:
643
644 http://toolshed.dtls.nl/
645
646 http://toolshed.g2.bx.psu.edu
647
648 http://testtoolshed.g2.bx.psu.edu/
649
650 I would like to thank Hina Riaz - Naz Khan for her helpful contribution.
651 </help> 636 </help>
652 637
653 <citations> 638 <expand macro="citations" />
654 <citation type="doi">10.1093/bioinformatics/btp616</citation>
655 <citation type="doi">10.1093/bioinformatics/btt688</citation>
656 </citations>
657 </tool> 639 </tool>