annotate searchtolib.xml @ 1:8f2555d3687f draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 7567c513925da467828c9f0dc1746a16b4adb062
author galaxyp
date Fri, 20 Sep 2019 11:01:22 -0400
parents 39618cb4669f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
1 <tool id="searchtolib" name="SearchToLib" version="@VERSION@.0">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
2 <description>PeCAn-based Peptide Detection Directly from Data-Independent Acquisition (DIA) MS/MS Data</description>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
3 <macros>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
4 <import>macros.xml</import>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
5 </macros>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
6 <expand macro="requirements" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
8 @CMD_IMPORTS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
9 @LINK_SCAN_INPUTS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
10 @LINK_FASTA_INPUT@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
11 @LINK_TARGET_FASTA@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
12 for SCAN_FILE in `ls -1 inputs/*`; do
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
13 echo "\$SCAN_FILE" &&
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
14 EncyclopeDIA -Djava.awt.headless=true -Xmx12g $search_app
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
15 -i \$SCAN_FILE
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
16 @FASTA_INPUT@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
17 @TARGET_FASTA@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
18 @COMMON_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
19 @MASS_LIBRARY_TOLERANCE@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
20 @PERCOLATOR_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
21 @PEAK_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
22 @WINDOW_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
23 @MODIFICATION_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
24 @SEARCH_OPTIONS@ | tee -a search2lib.log
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
25 ; done &&
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
26 EncyclopeDIA -Djava.awt.headless=true -Xmx12g -libexport
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
27 $search_app
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
28 @SCAN_INPUTS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
29 @FASTA_INPUT@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
30 @TARGET_FASTA@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
31 @COMMON_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
32 @MASS_LIBRARY_TOLERANCE@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
33 @PERCOLATOR_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
34 @PEAK_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
35 @WINDOW_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
36 @MODIFICATION_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
37 @SEARCH_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
38 -o gxpedia
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
39 | tee -a search2lib.log
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
40 ]]></command>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
41 <inputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
42 <expand macro="scan_inputs"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
43 <expand macro="fasta_input"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
44 <expand macro="target_fasta"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
45 <param name="search_app" type="select" label="Search with">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
46 <option value="" selected="true">EncyclopeDIA</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
47 <option value="-pecan">Pecan</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
48 <option value="-xcordia">XCorDIA</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
49 </param>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
50 <expand macro="common_options"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
51 <expand macro="mass_library_tolerance"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
52 <expand macro="percolator_options"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
53 <expand macro="peak_options"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
54 <expand macro="window_options"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
55 <expand macro="modification_options"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
56 <expand macro="search_options"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
57 <param name="select_outputs" type="select" label="Select outputs" multiple="true">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
58 <option value="log" selected="true">log</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
59 <option value="elib" selected="true">elib</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
60 <option value="features" selected="true">concatenated_features.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
61 <option value="results" selected="true">concatenated_results.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
62 <option value="decoy" selected="true">concatenated_decoy.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
63 <option value="peptides" selected="true">peptides.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
64 <option value="proteins" selected="true">proteins.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
65 </param>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
66 </inputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
67 <outputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
68 <data name="log" format="txt" label="${tool.name} ${on_string} log" from_work_dir="search2lib.log">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
69 <filter>'log' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
70 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
71 <data name="elib" format="elib" label="${tool.name} ${on_string} elib" from_work_dir="gxpedia">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
72 <filter>'elib' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
73 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
74 <data name="features" format="tabular" label="${tool.name} ${on_string} concatenated_features.txt" from_work_dir="inputs/gxpedia_concatenated_features.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
75 <filter>'features' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
76 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
77 <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" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
78 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
79 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
80 <data name="results" format="tabular" label="${tool.name} ${on_string} concatenated_results.txt" from_work_dir="inputs/gxpedia_concatenated_results.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
81 <filter>'results' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
82 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
83 <action name="column_names" type="metadata" default="PSMId,score,q-value,posterior_error_prob,peptide,proteinIds" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
84 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
85 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
86 <data name="decoy" format="tabular" label="${tool.name} ${on_string} concatenated_decoy.txt" from_work_dir="inputs/gxpedia_concatenated_decoy.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
87 <filter>'decoy' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
88 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
89 <action name="column_names" type="metadata" default="PSMId,score,q-value,posterior_error_prob,peptide,proteinIds" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
90 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
91 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
92 <data name="peptides" format="tabular" label="${tool.name} ${on_string} peptides.txt" from_work_dir="gxpedia.peptides.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
93 <filter>'peptides' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
94 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
95 <action name="column_names" type="metadata" default="Peptide,Protein,numFragments" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
96 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
97 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
98 <data name="proteins" format="tabular" label="${tool.name} ${on_string} proteins.txt" from_work_dir="gxpedia.proteins.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
99 <filter>'proteins' in select_outputs</filter>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
100 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
101 <action name="column_names" type="metadata" default="Protein,NumPeptides,PeptideSequences" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
102 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
103 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
104 </outputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
105 <help><![CDATA[
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
106 SearchToLIB uses EncyclopeDIA, Walnut (Pecan), or XCorDIA to create an DIA Elib for EncyclopeDIA DIA search
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
107 Walnut is a FASTA database search engine for DIA data that uses PECAN-style scoring.
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
108 You should prefix your arguments with a high memory setting, e.g. "-Xmx8g" for 8gb
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
109
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
110 Required Parameters:
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
111 -i input .DIA or .MZML file
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
112 -f background FASTA file
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
113
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
114 Other Parameters:
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
115 -t target FASTA file (default: background FASTA file)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
116 -tp true/false target FASTA file contains peptides (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
117 -o output report file (default: [input file].pecan.txt)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
118 -acquisition (default: overlapping dia)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
119 -addDecoysToBackground (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
120 -alpha (default: 1.8)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
121 -beta (default: 0.4)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
122 -dontRunDecoys (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
123 -enzyme (default: trypsin)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
124 -filterPeaklists (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
125 -fixed (default: C=57.0214635)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
126 -foffset (default: 0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
127 -frag (default: YONLY)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
128 -ftol (default: 10)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
129 -ftolunits (default: ppm)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
130 -maxCharge (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
131 -maxLength (default: 100)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
132 -maxMissedCleavage (default: 1)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
133 -minCharge (default: 2)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
134 -minEluteTime (default: 12)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
135 -minIntensity (default: -1.0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
136 -minLength (default: 5)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
137 -minNumOfQuantitativePeaks (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
138 -minQuantitativeIonNumber (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
139 -numberOfQuantitativePeaks (default: 5)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
140 -numberOfReportedPeaks (default: 1)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
141 -numberOfThreadsUsed (default: 12)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
142 -percolatorProteinThreshold (default: 0.01)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
143 -percolatorThreshold (default: 0.01)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
144 -percolatorVersionNumber (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
145 -poffset (default: 0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
146 -precursorIsolationMargin (default: 0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
147 -precursorWindowSize (default: -1)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
148 -ptol (default: 10)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
149 -ptolunits (default: ppm)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
150 -requireVariableMods (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
151 -variable (default: -)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
152
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
153 ]]></help>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
154 <expand macro="citations" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
155 </tool>