# HG changeset patch
# User jjohnson
# Date 1598040714 14400
# Node ID 30f6b9c88ceb7ec9bb803a06ea1e461182c5b732
# Parent bd937e4efa047608441837ef8bf7c9511ef67773
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
diff -r bd937e4efa04 -r 30f6b9c88ceb encyclopedia_quantify.xml
--- a/encyclopedia_quantify.xml Wed Aug 19 08:38:25 2020 -0400
+++ b/encyclopedia_quantify.xml Fri Aug 21 16:11:54 2020 -0400
@@ -46,13 +46,11 @@
-
+
-
@@ -82,16 +80,14 @@
-
a and 'peptides' in select_outputs
@@ -130,8 +126,31 @@
EncyclopeDIA Quantify retention-time aligns peptides from the chromatogram library and produces quantitation results.
+
+**Inputs**
+
+ - Spectrum files in mzML format
+ - A chromatogram library that can be generated by SearchToLib
+ - A protein data base in fasta format
+
@MSCONVERT_HELP@
+**Outputs**
+
+ - A log file
+ - A Chromatogram Library (.elib)
+ - The identified features in tabular format
+ Feature values of scans that are used by percolator to determine matches.
+ - The identified Peptide Spectral Match results in tabular format
+ Columns: PSMId, score, q-value, posterior_error_prob, peptide, proteinIds
+ - The identified peptides in tabular format
+ Per peptide: the normalized intensity for each scan file.
+ Columns: Peptide, Protein, numFragments, intensity_in_file1, intensity_in_file2, ...
+ - The identified proteins in tabular format
+ Per protein: the normalized intensity for each scan file.
+ Columns: Protein, NumPeptides, PeptideSequences, intensity_in_file1, intensity_in_file2, ...
+
+
**Typical DIA SearchToLib Workflow**
Two sets of Mass Spec MS/MS DIA data are collected for the experiment. In addition to collecting wide-window DIA experiments on each quantitative replicate, a pool containing peptides from every condition is measured using several staggered narrow-window DIA experiments.
diff -r bd937e4efa04 -r 30f6b9c88ceb macros.xml
--- a/macros.xml Wed Aug 19 08:38:25 2020 -0400
+++ b/macros.xml Fri Aug 21 16:11:54 2020 -0400
@@ -128,7 +128,7 @@