diff deseq2.xml @ 14:0fb62f07f8b7 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit e0f819a2fd56eb5ee30a7fd772780693e1f085fa
author iuc
date Wed, 02 Dec 2015 17:41:10 -0500
parents 00ff49f9e750
children d856341e03c8
line wrap: on
line diff
--- a/deseq2.xml	Thu Oct 22 19:43:55 2015 -0400
+++ b/deseq2.xml	Wed Dec 02 17:41:10 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)#'