Repository 'deseq2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/deseq2

Changeset 2:afe2a77c5900 (2015-12-02)
Previous changeset 1:89bbd1dbf48d (2015-10-14) Next changeset 3:248e9c78346e (2016-04-19)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit e0f819a2fd56eb5ee30a7fd772780693e1f085fa
modified:
deseq2.xml
tool_dependencies.xml
b
diff -r 89bbd1dbf48d -r afe2a77c5900 deseq2.xml
--- a/deseq2.xml Wed Oct 14 03:25:12 2015 -0400
+++ b/deseq2.xml Wed Dec 02 17:40:45 2015 -0500
[
@@ -1,4 +1,4 @@
-<tool id="deseq2" name="DESeq2" version="2.1.8.2">
+<tool id="deseq2" name="DESeq2" version="2.1.8.3">
     <description>Determines differentially expressed features from count tables</description>
     <requirements>
         <!-- odering is crucial, otherwise R will override the ENV variables from deseq2 -->
@@ -41,6 +41,7 @@
                     #end for
                     $temp_factor.append( {str($level.factorLevel): $count_files} )
                 #end for
+                $temp_factor.reverse()
                 $temp_factor_names.append([str($factor.factorName), $temp_factor])
             #end for
             -f '#echo json.dumps(temp_factor_names)#'
@@ -170,8 +171,9 @@
      2 mean normalised counts, averaged over all samples from both conditions
      3 the logarithm (to basis 2) of the fold change (See the note in inputs section)
      4 standard error estimate for the log2 fold change estimate
-     5 p value for the statistical significance of this change
-     6 p value adjusted for multiple testing with the Benjamini-Hochberg procedure
+     5 Wald statistic
+     6 p value for the statistical significance of this change
+     7 p value adjusted for multiple testing with the Benjamini-Hochberg procedure
        which controls false discovery rate (FDR)
 ====== ==========================================================
 
b
diff -r 89bbd1dbf48d -r afe2a77c5900 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Oct 14 03:25:12 2015 -0400
+++ b/tool_dependencies.xml Wed Dec 02 17:40:45 2015 -0500
b
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="deseq2" version="1.8.2">
-       <repository changeset_revision="00b14423d00f" name="package_deseq2_1_8_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+       <repository changeset_revision="623321e04b2d" name="package_deseq2_1_8_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>