Mercurial > repos > galaxyp > encyclopedia_encyclopedia
annotate encyclopedia_encyclopedia.xml @ 0:d0ea7589e95f draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
author | galaxyp |
---|---|
date | Mon, 14 Sep 2020 17:05:37 +0000 |
parents | |
children | d263296cd73e |
rev | line source |
---|---|
0
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
1 <tool id="encyclopedia_encyclopedia" name="EncyclopeDIA" version="@VERSION@.0"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
2 <description>Library Searching Directly from Data-Independent Acquisition (DIA) MS/MS Data</description> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
3 <macros> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
4 <import>macros.xml</import> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
5 </macros> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
8 @CMD_IMPORTS@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
9 @LINK_SCAN_INPUT@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
10 @LINK_FASTA_INPUT@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
11 @LINK_LIB_INPUT@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
12 EncyclopeDIA -Djava.awt.headless=true -Duser.language=en-US -Duser.region=US |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
13 -Xmx\$[ \${GALAXY_MEMORY_MB:-20480} / 1024 ]g |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
14 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}" |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
15 @SCAN_INPUT@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
16 @FASTA_INPUT@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
17 @LIB_INPUT@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
18 @COMMON_OPTIONS@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
19 @MASS_LIBRARY_TOLERANCE@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
20 @PERCOLATOR_OPTIONS@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
21 @PEAK_OPTIONS@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
22 @WINDOW_OPTIONS@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
23 @MODIFICATION_OPTIONS@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
24 -o gxpedia |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
25 ]]></command> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
26 <inputs> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
27 <expand macro="scan_input"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
28 <expand macro="fasta_input"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
29 <expand macro="lib_input" optional="false" libhelp="Chromatogram elib from SearchToLib on pooled samples"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
30 <expand macro="options_section"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
31 <param name="select_outputs" type="select" label="Select outputs" multiple="true"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
32 <option value="log" selected="true">log</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
33 <option value="elib" selected="true">elib</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
34 <option value="first_delta_rt_pdf" selected="false">Initial Delta Retention Time Plot</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
35 <option value="first_rt_fit_pdf" selected="false">Initial Fitted Retention Time Plot</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
36 <option value="first_rt_fit_txt" selected="false">Initial Fitted Retention Time Table</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
37 <option value="final_delta_rt_pdf" selected="false">Final Delta Retention Time Plot</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
38 <option value="final_rt_fit_pdf" selected="false">Final Fitted Retention Time Plot</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
39 <option value="final_rt_fit_txt" selected="false">Final Fitted Retention Time Table</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
40 <option value="features" selected="false">features</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
41 <option value="encyclopedia" selected="true">encyclopedia results</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
42 <option value="encyclopedia_decoy" selected="false">encyclopedia decoy results</option> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
43 </param> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
44 </inputs> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
45 <outputs> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
46 <data name="log" format="txt" label="${tool.name} ${on_string} log" from_work_dir="gxpedia.log"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
47 <filter>'log' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
48 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
49 <data name="elib" format="elib" label="${tool.name} ${on_string} elib" from_work_dir="gxpedia.elib"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
50 <filter>'elib' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
51 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
52 <data name="first_delta_rt_pdf" format="pdf" label="${tool.name} ${on_string} encyclopedia.txt.first.delta_rt.pdf" from_work_dir="gxpedia.encyclopedia.txt.first.delta_rt.pdf"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
53 <filter>'first_delta_rt_pdf' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
54 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
55 <data name="first_rt_fit_pdf" format="pdf" label="${tool.name} ${on_string} encyclopedia.txt.first.rt_fit.pdf" from_work_dir="gxpedia.encyclopedia.txt.first.rt_fit.pdf"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
56 <filter>'first_rt_fit_pdf' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
57 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
58 <data name="first_rt_fit_txt" format="tabular" label="${tool.name} ${on_string} encyclopedia.txt.first.rt_fit.txt" from_work_dir="gxpedia.encyclopedia.txt.first.rt_fit.txt"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
59 <filter>'first_rt_fit_txt' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
60 <actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
61 <action name="column_names" type="metadata" default="library,actual,warpToActual,delta,fitProb,isDecoy,sequence" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
62 </actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
63 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
64 <data name="final_delta_rt_pdf" format="pdf" label="${tool.name} ${on_string} encyclopedia.txt.final.delta_rt.pdf" from_work_dir="gxpedia.encyclopedia.txt.final.delta_rt.pdf"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
65 <filter>'final_delta_rt_pdf' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
66 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
67 <data name="final_rt_fit_pdf" format="pdf" label="${tool.name} ${on_string} encyclopedia.txt.final.rt_fit.pdf" from_work_dir="gxpedia.encyclopedia.txt.final.rt_fit.pdf"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
68 <filter>'final_rt_fit_pdf' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
69 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
70 <data name="final_rt_fit_txt" format="tabular" label="${tool.name} ${on_string} encyclopedia.txt.final.rt_fit.txt" from_work_dir="gxpedia.encyclopedia.txt.final.rt_fit.txt"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
71 <filter>'final_rt_fit_txt' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
72 <actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
73 <action name="column_names" type="metadata" default="library,actual,warpToActual,delta,fitProb,isDecoy,sequence" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
74 </actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
75 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
76 <data name="features" format="tabular" label="${tool.name} ${on_string} features.txt" from_work_dir="gxpedia.features.txt"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
77 <filter>'features' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
78 <actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
79 <action name="column_names" type="metadata" default="id,TD,ScanNr,topN,deltaCN,primary,xCorrLib,xCorrModel,LogDotProduct,logWeightedDotProduct,sumOfSquaredErrors,weightedSumOfSquaredErrors,numberOfMatchingPeaks,numberOfMatchingPeaksAboveThreshold,averageAbsFragmentDeltaMass,averageFragmentDeltaMasses,isotopeDotProduct,averageAbsParentDeltaMass,averageParentDeltaMass,eValue,deltaRT,pepLength,charge2,charge3,precursorMz,RTinMin,sequence,protein" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
80 </actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
81 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
82 <data name="encyclopedia" format="tabular" label="${tool.name} ${on_string} encyclopedia.txt" from_work_dir="gxpedia.encyclopedia.txt"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
83 <filter>'encyclopedia' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
84 <actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
85 <action name="column_names" type="metadata" default="PSMId,score,q-value,posterior_error_prob,peptide,proteinIds" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
86 </actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
87 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
88 <data name="encyclopedia_decoy" format="tabular" label="${tool.name} ${on_string} encyclopedia.decoy.txt" from_work_dir="gxpedia.encyclopedia.decoy.txt"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
89 <filter>'encyclopedia_decoy' in select_outputs</filter> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
90 <actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
91 <action name="column_names" type="metadata" default="PSMId,score,q-value,posterior_error_prob,peptide,proteinIds" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
92 </actions> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
93 </data> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
94 </outputs> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
95 <tests> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
96 <test> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
97 <param name="scan_input" ftype="mzml" value="BCS_hela_wide_500_900_1.mzML"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
98 <param name="library" ftype="elib" value="BCS_hela.elib"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
99 <param name="fasta" ftype="fasta" value="uniprot_human.fasta"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
100 <param name="select_outputs" value="log,features,encyclopedia"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
101 <output name="features" ftype="tabular"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
102 <assert_contents> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
103 <has_text text="ESYDDVSSFR"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
104 </assert_contents> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
105 </output> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
106 <output name="encyclopedia" ftype="tabular"> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
107 <assert_contents> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
108 <has_text text="ESYDDVSSFR"/> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
109 </assert_contents> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
110 </output> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
111 </test> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
112 </tests> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
113 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
114 <help><![CDATA[ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
115 **EncyclopeDIA** |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
116 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
117 @ENCYCLOPEDIA_WIKI@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
118 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
119 EncyclopeDIA extracts peptide fragmentation chromatograms from MZML files, matches them to spectra in libraries, and calculates various scoring features. These features are interpreted by Percolator to identify peptides. |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
120 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
121 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
122 **Inputs** |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
123 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
124 - A spectrum file in mzML format |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
125 - A chromatogram library that can be generated by SearchToLib |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
126 - A protein data base in fasta format |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
127 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
128 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
129 @MSCONVERT_HELP@ |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
130 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
131 **Outputs** |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
132 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
133 - A log file |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
134 - A Chromatogram Library (.elib) |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
135 - The identified features in tabular format |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
136 Feature values of scans that are used by percolator to determine matches. |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
137 - The identified Peptide Spectral Match results in tabular format |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
138 Columns: PSMId, score, q-value, posterior_error_prob, peptide, proteinIds |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
139 - The identified peptides in tabular format |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
140 Per peptide: the normalized intensity for each scan file. |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
141 Columns: Peptide, Protein, numFragments, intensity_in_file1, intensity_in_file2, ... |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
142 - The identified proteins in tabular format |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
143 Per protein: the normalized intensity for each scan file. |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
144 Columns: Protein, NumPeptides, PeptideSequences, intensity_in_file1, intensity_in_file2, ... |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
145 |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
146 ]]></help> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
147 <expand macro="citations" /> |
d0ea7589e95f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
148 </tool> |