diff deseq2_visualisation.xml @ 1:2ed857799fd5 draft

"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.2.3 commit fb1bb0bebef3a4f756718905088b2b50c93cb50e"
author frogs
date Fri, 04 Jun 2021 14:56:24 +0000
parents 834843ebe569
children 094a2469204d
line wrap: on
line diff
--- a/deseq2_visualisation.xml	Thu Apr 08 14:30:48 2021 +0000
+++ b/deseq2_visualisation.xml	Fri Jun 04 14:56:24 2021 +0000
@@ -15,15 +15,15 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<tool name="FROGSTAT Deseq2 Visualisation" id="FROGSSTAT_DESeq2_Visualisation" version="3.2.2">
+<tool name="FROGSTAT Deseq2 Visualisation" id="FROGSSTAT_DESeq2_Visualisation" version="3.2.3">
     <description>to extract and visualise differentially abundant OTUs</description>
     <requirements>
-        <requirement type="package" version="3.2.2">frogs</requirement>
-        <requirement type="package" version="3.6.3">r-base</requirement>
-        <requirement type="package" version="3.6">r-essentials</requirement>
-        <requirement type="package" version="1.30.0">bioconductor-phyloseq</requirement>
-        <requirement type="package" version="1.26.0">bioconductor-deseq2</requirement>
-        <requirement type="package" version="0.17">r-dt</requirement>
+        <requirement type="package" version="3.2.3">frogs</requirement>
+        <requirement type="package" version="4.0.5">r-base</requirement>
+        <requirement type="package" version="4.0">r-essentials</requirement>
+        <requirement type="package" version="1.34.0">bioconductor-phyloseq</requirement>
+        <requirement type="package" version="1.30.1">bioconductor-deseq2</requirement>
+        <requirement type="package" version="0.18">r-dt</requirement>
     </requirements>
     <stdio>
         <exit_code range="1:" />
@@ -83,21 +83,15 @@
             <output name="html">
                 <assert_contents>
                     <has_text text="FROGSSTAT DESeq2: Visualisation" />
-                    <has_text text="Phyloseq 1.30.0" />
                     <has_text text='["otu_01582",' />
-                     <!-- HTML caracter not authorized, search for value only -->
-                    <!-- baseMean value of otu_01582,
-                    <has_text text='["\<span style=\"display: block; padding: 0 4px; border-radius: 4px; background-color: #fffcfd\">52.445511' /> -->
+                    <!-- baseMean value of otu_01582 -->
                     <has_text text='52.445510949046' />
-                    <!-- Log2 FC of otu_01582
-                    <has_text text='["\<span style=\"color: red\">21.662506' /> -->
-                    <has_text text='21.6625060651457' />
-                    <!-- lfcSE of otu_01582
-                    <has_text text='["\<span style=\"display: block; padding: 0 4px; border-radius: 4px; background-color: #c9e5ee\">2.2089268' /> -->
-                    <has_text text='2.20892675663989' />
-                    <!-- pvalue otu_01582
-                    <has_text text='["\<span style=\"display: block; padding: 0 4px; border-radius: 4px; background-color: #add8e6\">1.052520e-22' /> -->
-                    <has_text text='1.0525195975273e-22' />
+                    <!-- Log2 FC of otu_01582 -->
+                    <has_text text='21.6622901050859' />
+                    <!-- lfcSE of otu_01582 -->
+                    <has_text text='2.20892675384734' />
+                    <!-- pvalue otu_01582 -->
+                    <has_text text='1.0535393782052e-22' />
                 </assert_contents>
             </output>
         </test>
@@ -138,31 +132,31 @@
 
 The html file contains Table, Pie Chart, MA plot, Volcano plot and Heatmap plot. If the experimental variable is qualitative, only samples corresponding to the 2 compared conditions are shown in the Heatmap. Otherwise, samples are sorted in increasing order of the experimental variable. 
 
-Table containing the differentially abundant OTUs.
+* Table containing the differentially abundant OTUs.
 
  .. image:: static/images/FROGS_DESeq2_html_table.png 
-     :height: 354
-     :width: 1153
+    :height: 216
+    :width: 789
 
-Pie Chart, MA plot and Volcano plot
+* Pie Chart, MA plot and Volcano plot
 
  .. image:: static/images/FROGS_DESeq2_html_pieChart.png 
-     :height: 391
-     :width: 563
+    :height: 576
+    :width: 768
 
  .. image:: static/images/FROGS_DESeq2_html_MA_plot.png 
-     :height: 324
-     :width: 525
+    :height: 480
+    :width: 672
 
  .. image:: static/images/FROGS_DESeq2_html_Volcano_plot.png
-     :height: 576
-     :width: 720
+    :height: 506
+    :width: 633
 
-Heatmap plot corresponding to the differentially abundant OTUs.
+* Heatmap plot corresponding to the differentially abundant OTUs.
 
  .. image:: static/images/FROGS_DESeq2_html_heatmap_plot.png 
-     :height: 576
-     :width: 720
+    :height: 576
+    :width: 768
 
 .. class:: infomark page-header h2