diff msnbase_readmsdata.xml @ 4:df53d666da13 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
author lecorguille
date Wed, 05 Sep 2018 05:56:03 -0400
parents fa17ee3bc9ce
children 8705b9de3e6c
line wrap: on
line diff
--- a/msnbase_readmsdata.xml	Fri Aug 31 08:58:29 2018 -0400
+++ b/msnbase_readmsdata.xml	Wed Sep 05 05:56:03 2018 -0400
@@ -116,30 +116,27 @@
 
 **Upstream tools**
 
-========================= ================= ======= =========
-Name                      output file       format  parameter
-========================= ================= ======= =========
-NA                        NA                zip     NA
-========================= ================= ======= =========
+========================= ==========================================
+Name                      Format
+========================= ==========================================
+Upload File               mzxml,mzml,mzdata,netcdf,no_unzip.zip,zip
+========================= ==========================================
 
+The easier way to process is to create a Dataset Collection of the type List
 
 **Downstream tools**
 
 =========================== ==================== ====================
 Name                        Output file          Format
 =========================== ==================== ====================
-xcms.findChromPeaks         xset.RData           rdata.msnbase.raw
---------------------------- -------------------- --------------------
-PCA ellipsoid by factors    sampleMetadata.tsv   Tabular
---------------------------- -------------------- --------------------
-Anova                       sampleMetadata.tsv   Tabular
+xcms.findChromPeaks         ``*``.raw.RData      rdata.msnbase.raw
 =========================== ==================== ====================
 
 
 
 **Example of a metabolomic workflow**
 
-.. image:: mnsbase_readmsdata_workflow.png
+.. image:: msnbase_readmsdata_workflow.png
 
 ---------------------------------------------------
 
@@ -218,14 +215,15 @@
 Output files
 ------------
 
-sampleMetadata.tsv
+xset.RData: rdata.msnbase.raw format
+
+| Rdata file that is necessary in the second step of the workflow "xcms.findChromPeaks".
+
+sampleMetadata.tsv (only when a zip is used)
 
     | Tabular file that contains for each sample, it's associated class and polarity (positive,negative and mixed).
     | This file is necessary in the Anova and PCA step of the workflow.
-
-xset.RData: rdata.msnbase.raw format
-
-    | Rdata file that is necessary in the second step of the workflow "xcms.findChromPeaks".
+    | You get a sampleMetadata.tsv only if you use a zip. Otherwise, you have to provide one for the findChromPeaks Merger step
 
 ---------------------------------------------------