Mercurial > repos > jjohnson > encyclopedia_quantify
annotate encyclopedia_quantify.xml @ 7:cb69090da7a4 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1-dirty"
author | jjohnson |
---|---|
date | Thu, 10 Sep 2020 19:03:08 +0000 |
parents | 5a5da160f667 |
children |
rev | line source |
---|---|
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
1 <tool id="encyclopedia_quantify" name="EncyclopeDIA Quantify" version="@VERSION@.0"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
2 <description>samples from Data-Independent Acquisition (DIA) MS/MS Data</description> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
3 <macros> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
4 <import>macros.xml</import> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
5 </macros> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
8 @CMD_IMPORTS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
9 @LINK_SCAN_INPUTS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
10 @LINK_FASTA_INPUT@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
11 @LINK_TARGET_FASTA@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
12 @LINK_LIB_INPUT@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
13 for SCAN_FILE in `ls -1 inputs/*`; do |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
14 echo "\$SCAN_FILE" && |
6
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
15 EncyclopeDIA -Djava.awt.headless=true -Xmx\$[ \${GALAXY_MEMORY_MB:-20480} / 1024 ]g |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
16 -i \$SCAN_FILE |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
17 @FASTA_INPUT@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
18 @TARGET_FASTA@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
19 @LIB_INPUT@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
20 @COMMON_OPTIONS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
21 @MASS_LIBRARY_TOLERANCE@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
22 @PERCOLATOR_OPTIONS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
23 @PEAK_OPTIONS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
24 @WINDOW_OPTIONS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
25 @MODIFICATION_OPTIONS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
26 @SEARCH_OPTIONS@ | tee -a search2lib.log |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
27 ; done && |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
28 for TXT in `find inputs/*.mzML.[efw]*[ast].txt`; do TRGT=`echo \$TXT | sed 's/mzML/dia/'`; ln -s \$TXT \$TRGT; done && |
6
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
29 EncyclopeDIA -Djava.awt.headless=true -Xmx\$[ \${GALAXY_MEMORY_MB:-20480} / 1024 ]g -libexport |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
30 @SCAN_INPUTS@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
31 @FASTA_INPUT@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
32 @TARGET_FASTA@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
33 @LIB_INPUT@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
34 -a $a |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
35 -o chromatogram_library.elib |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
36 && ls -l ./*.* inputs/* |
6
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
37 && cat chromatogram_library.elib.peptides.txt |
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
38 && cat chromatogram_library.elib.proteins.txt |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
39 | tee -a search2lib.log |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
40 ]]></command> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
41 <inputs> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
42 <expand macro="scan_inputs"/> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
43 <expand macro="lib_input" optional="false" libhelp="Use a Chromatogram elib from SearchToLib"/> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
44 <expand macro="fasta_input"/> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
45 <expand macro="target_fasta"/> |
1
acf6acfc8632
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 6d8b020f1e4aefdb18a1642134ad551482a9f96f"
jjohnson
parents:
0
diff
changeset
|
46 <expand macro="options_section"/> |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
47 <param argument="-a" type="boolean" truevalue="true" falsevalue="false" checked="true" label="align between files" help="retention-time alignment of peptides should be enabled when quantifying samples"/> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
48 <param name="select_outputs" type="select" label="Select outputs" multiple="true"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
49 <option value="log" selected="true">log</option> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
50 <option value="elib" selected="true">elib</option> |
5
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
51 <option value="features" selected="false">concatenated_features.txt</option> |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
52 <option value="results" selected="true">concatenated_results.txt</option> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
53 <option value="decoy" selected="false">concatenated_decoy.txt</option> |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
54 <option value="rt_plots" selected="false">Retention Time Plots</option> |
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
55 <option value="rt_tables" selected="false">Retention Time Tables</option> |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
56 <option value="peptides" selected="true">peptides.txt (requires align between files)</option> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
57 <option value="proteins" selected="true">proteins.txt (requires align between files)</option> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
58 </param> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
59 </inputs> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
60 <outputs> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
61 <data name="log" format="txt" label="${tool.name} ${on_string} log" from_work_dir="search2lib.log"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
62 <filter>'log' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
63 </data> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
64 <data name="elib" format="elib" label="${tool.name} ${on_string} elib" from_work_dir="chromatogram_library.elib"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
65 <filter>'elib' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
66 </data> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
67 <data name="features" format="tabular" label="${tool.name} ${on_string} concatenated_features.txt" from_work_dir="inputs/chromatogram_library_concatenated_features.txt"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
68 <filter>'features' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
69 <actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
70 <action name="column_names" type="metadata" default="id,TD,ScanNr,topN,rank,peakZScore,peakCalibratedScore,deltaSn,avgIdotp,midIdotp,peakScore,peakWeightedScore,NCI,CIMassErrMean,CIMassErrVar,precursorMassErrMean,precursorMassErrVar,peakSimilarity,sampledTimes,midTime,spectraNorm,pepLength,charge2,charge3,precursorMz,sequence,protein" /> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
71 </actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
72 </data> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
73 <data name="results" format="tabular" label="${tool.name} ${on_string} concatenated_results.txt" from_work_dir="inputs/chromatogram_library_concatenated_results.txt"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
74 <filter>'results' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
75 <actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
76 <action name="column_names" type="metadata" default="PSMId,score,q-value,posterior_error_prob,peptide,proteinIds" /> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
77 </actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
78 </data> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
79 <data name="decoy" format="tabular" label="${tool.name} ${on_string} concatenated_decoy.txt" from_work_dir="inputs/chromatogram_library_concatenated_decoy.txt"> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
80 <filter>'decoy' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
81 <actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
82 <action name="column_names" type="metadata" default="PSMId,score,q-value,posterior_error_prob,peptide,proteinIds" /> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
83 </actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
84 </data> |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
85 <collection name="rt_plots" type="list" label="${tool.name} - ${on_string}: Retention Time Plots"> |
5
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
86 <filter>library and 'rt_plots' in select_outputs</filter> |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
87 <discover_datasets pattern="(?P<designation>.+\.pdf)" ext="pdf" directory="inputs"/> |
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
88 </collection> |
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
89 <collection name="rt_tables" type="list" label="${tool.name} - ${on_string}: Retention Time Tables"> |
5
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
90 <filter>library and 'rt_tables' in select_outputs</filter> |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
91 <discover_datasets pattern="(?P<designation>.+\.mzML\..+\.rt_fit\.txt)" ext="tabular" directory="inputs"/> |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
92 </collection> |
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
93 <data name="peptides" format="tabular" label="${tool.name} ${on_string} peptides.txt" from_work_dir="chromatogram_library.elib.peptides.txt"> |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
94 <filter>a and 'peptides' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
95 <actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
96 <action name="column_names" type="metadata" default="Peptide,Protein,numFragments" /> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
97 </actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
98 </data> |
3
aa52f0eadc85
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
jjohnson
parents:
1
diff
changeset
|
99 <data name="proteins" format="tabular" label="${tool.name} ${on_string} proteins.txt" from_work_dir="chromatogram_library.elib.proteins.txt"> |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
100 <filter>a and 'proteins' in select_outputs</filter> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
101 <actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
102 <action name="column_names" type="metadata" default="Protein,NumPeptides,PeptideSequences" /> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
103 </actions> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
104 </data> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
105 </outputs> |
4
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
106 <tests> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
107 <test> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
108 <param name="scan_inputs" ftype="mzml" value="BCS_hela_wide_500_900_1.mzML,BCS_hela_wide_500_900_2.mzML"/> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
109 <param name="library" ftype="elib" value="BCS_hela.elib"/> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
110 <param name="fasta" ftype="fasta" value="uniprot_human.fasta"/> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
111 <output name="results" ftype="tabular"> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
112 <assert_contents> |
6
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
113 <has_text text="GIEQAVQSHAVAEEEAR"/> |
4
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
114 </assert_contents> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
115 </output> |
6
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
116 <output name="peptides" ftype="tabular"> |
4
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
117 <assert_contents> |
6
5a5da160f667
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit dd611a143e4e003a5fb085cdf93ae477cc5ea0b1"
jjohnson
parents:
5
diff
changeset
|
118 <has_text text="AYPLADAHLTK"/> |
4
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
119 </assert_contents> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
120 </output> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
121 </test> |
bd937e4efa04
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 880d327a6dce00616a0b0b58bcabcea7b58358cc"
jjohnson
parents:
3
diff
changeset
|
122 </tests> |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
123 <help><![CDATA[ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
124 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
125 **EncyclopeDIA Quantify** |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
126 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
127 @ENCYCLOPEDIA_WIKI@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
128 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
129 EncyclopeDIA Quantify retention-time aligns peptides from the chromatogram library and produces quantitation results. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
130 |
5
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
131 |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
132 **Inputs** |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
133 |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
134 - Spectrum files in mzML format |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
135 - A chromatogram library that can be generated by SearchToLib |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
136 - A protein data base in fasta format |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
137 |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
138 @MSCONVERT_HELP@ |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
139 |
5
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
140 **Outputs** |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
141 |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
142 - A log file |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
143 - A Chromatogram Library (.elib) |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
144 - The identified features in tabular format |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
145 Feature values of scans that are used by percolator to determine matches. |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
146 - The identified Peptide Spectral Match results in tabular format |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
147 Columns: PSMId, score, q-value, posterior_error_prob, peptide, proteinIds |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
148 - The identified peptides in tabular format |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
149 Per peptide: the normalized intensity for each scan file. |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
150 Columns: Peptide, Protein, numFragments, intensity_in_file1, intensity_in_file2, ... |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
151 - The identified proteins in tabular format |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
152 Per protein: the normalized intensity for each scan file. |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
153 Columns: Protein, NumPeptides, PeptideSequences, intensity_in_file1, intensity_in_file2, ... |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
154 |
30f6b9c88ceb
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
jjohnson
parents:
4
diff
changeset
|
155 |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
156 **Typical DIA SearchToLib Workflow** |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
157 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
158 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. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
159 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
160 1. SearchToLib is first run with the pooled narrow-window mzML files to create a combined DIA elib chromatogram library. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
161 If a Spectral library argument is provided, for example from **Prosit**, SearchToLIB uses EncyclopeDIA to search each input spectrum mzML file. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
162 Otherwise, SearchToLIB uses Walnut, a FASTA database search engine for DIA data that uses PECAN-style scoring. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
163 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
164 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
165 * Prosit_ generates a predicted spectrum library of fragmentation patterns and retention times for every +2H and +3H tryptic peptide in a FASTA database, with up to one missed cleavage. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
166 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
167 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
168 2. EncyclopeDIA Quantify is then run on the wide-window quantitative replicate mzML files using that chromatogram library, with the *align between files* option, to produce quantification results. |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
169 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
170 .. image:: SearchToLib_Workflow.png |
1
acf6acfc8632
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 6d8b020f1e4aefdb18a1642134ad551482a9f96f"
jjohnson
parents:
0
diff
changeset
|
171 :width: 810 |
acf6acfc8632
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 6d8b020f1e4aefdb18a1642134ad551482a9f96f"
jjohnson
parents:
0
diff
changeset
|
172 :height: 580 |
0
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
173 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
174 .. _Prosit: https://www.proteomicsdb.org/prosit |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
175 |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
176 ]]></help> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
177 <expand macro="citations" /> |
d3a6bc607825
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d0ac7888263b785e5aa039be6454d665b239e808-dirty"
jjohnson
parents:
diff
changeset
|
178 </tool> |