diff deseq2.xml @ 28:7ff33c2d525b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit a3c52d23c261ef0bd0cc4c3d59900e108ca3f67e"
author iuc
date Fri, 19 Nov 2021 21:03:55 +0000
parents d027d1f4984e
children cd9874cb9019
line wrap: on
line diff
--- a/deseq2.xml	Mon Jun 28 05:14:25 2021 +0000
+++ b/deseq2.xml	Fri Nov 19 21:03:55 2021 +0000
@@ -193,9 +193,9 @@
                 help=" DESeq2 performs independent filtering by default using the mean of normalized counts as a filter statistic" />
         </section>
         <section name="output_options" title="Output options">
-            <param name="output_selector" type="select" multiple="True" display="checkboxes" label="Output selector">
+            <param name="output_selector" type="select" multiple="True" optional="true" display="checkboxes" label="Output selector">
                 <option value="pdf" selected="True">Generate plots for visualizing the analysis results</option>
-                <option value="normCounts">Output rLog normalized table</option>
+                <option value="normCounts">Output normalised counts</option>
                 <option value="normVST">Output VST normalized table</option>
                 <option value="normRLog">Output rLog normalized table</option>
                 <option value="many_contrasts">Output all levels vs all levels of primary factor (use when you have >2 levels for primary factor)</option>