diff deseq2.xml @ 8:57e2f9454d9e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit 50db5cdaef2ff3e54a63670108eb6e4ade2a630f
author iuc
date Tue, 04 Apr 2017 10:17:29 -0400
parents cb23006f34ff
children 24a09ca67621
line wrap: on
line diff
--- a/deseq2.xml	Mon Mar 20 17:23:27 2017 -0400
+++ b/deseq2.xml	Tue Apr 04 10:17:29 2017 -0400
@@ -1,7 +1,7 @@
-<tool id="deseq2" name="DESeq2" version="2.11.38">
+<tool id="deseq2" name="DESeq2" version="2.11.39">
     <description>Determines differentially expressed features from count tables</description>
     <requirements>
-        <requirement type="package" version="1.12.4">bioconductor-deseq2</requirement> 
+        <requirement type="package" version="1.14.1">bioconductor-deseq2</requirement>
     </requirements>
     <stdio>
         <regex match="Execution halted"
@@ -24,7 +24,6 @@
     </version_command>
     <command>
     <![CDATA[
-
         #if $tximport.tximport_selector == 'tximport':
             #if $tximport.mapping_format.mapping_format_selector == 'gtf':
                 ln -s '$tximport.mapping_format.gtf_file' mapping.gtf &&
@@ -209,7 +208,6 @@
 
 Estimate variance-mean dependence in count data from high-throughput sequencing assays and test for differential expression based on a model using the negative binomial distribution
 
-
 **Inputs**
 
 DESeq2_ takes count tables that generated from the htseq-count as input. Count tables must be generated for each sample individually. DESeq2 is capable of handling multiple factors that effect your experiment. The first factor you input is considered as the primary factor that affects gene expressions. You also input several secondary factors that might influence your experiment. But the final output will be changes in genes due to primary factor in presence of secondary factors. Each factor has two levels/states. You need to select appropriate count table from your history for each factor level.
@@ -249,7 +247,6 @@
        which controls false discovery rate (FDR)
 ====== ==========================================================
 
-
 .. _DESeq2: http://master.bioconductor.org/packages/release/bioc/html/DESeq2.html
 ]]>
     </help>