annotate walnut.xml @ 0:39618cb4669f draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
author galaxyp
date Fri, 20 Sep 2019 09:16:44 -0400
parents
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="walnut" name="Walnut" 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_INPUT@
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 EncyclopeDIA -Djava.awt.headless=true -Xmx12g -walnut
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
13 @SCAN_INPUT@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
14 @FASTA_INPUT@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
15 @TARGET_FASTA@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
16 @COMMON_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
17 @MASS_LIBRARY_TOLERANCE@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
18 @PERCOLATOR_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
19 @PEAK_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
20 @WINDOW_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
21 @MODIFICATION_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
22 @SEARCH_OPTIONS@
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
23 -o gxpedia
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
24 ]]></command>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
25 <inputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
26 <expand macro="scan_input"/>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
27 <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
28 <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
29 <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
30 <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
31 <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
32 <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
33 <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
34 <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
35 <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
36 <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
37 <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
38 <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
39 <option value="features" selected="true">features.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
40 <option value="pecan" selected="true">pecan.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
41 <option value="pecan_decoy" selected="true">pecan.decoy.txt</option>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
42 </param>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
43 </inputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
44 <outputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
45 <data name="log" format="txt" label="${tool.name} ${on_string} log" from_work_dir="gxpedia.log">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
46 <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
47 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
48 <data name="elib" format="elib" label="${tool.name} ${on_string} elib" from_work_dir="gxpedia.elib">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
49 <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
50 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
51 <data name="features" format="tabular" label="${tool.name} ${on_string} features.txt" from_work_dir="gxpedia.features.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
52 <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
53 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
54 <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
55 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
56 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
57 <data name="pecan" format="tabular" label="${tool.name} ${on_string} pecan.txt" from_work_dir="gxpedia.pecan.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
58 <filter>'pecan' 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
59 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
60 <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
61 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
62 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
63 <data name="pecan_decoy" format="tabular" label="${tool.name} ${on_string} pecan.decoy.txt" from_work_dir="gxpedia.pecan.decoy.txt">
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
64 <filter>'pecan_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
65 <actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
66 <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
67 </actions>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
68 </data>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
69 </outputs>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
70 <help><![CDATA[
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
71 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
72 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
73
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
74 Required Parameters:
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
75 -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
76 -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
77
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
78 Other Parameters:
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
79 -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
80 -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
81 -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
82 -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
83 -addDecoysToBackground (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
84 -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
85 -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
86 -dontRunDecoys (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
87 -enzyme (default: trypsin)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
88 -filterPeaklists (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
89 -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
90 -foffset (default: 0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
91 -frag (default: YONLY)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
92 -ftol (default: 10)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
93 -ftolunits (default: ppm)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
94 -maxCharge (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
95 -maxLength (default: 100)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
96 -maxMissedCleavage (default: 1)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
97 -minCharge (default: 2)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
98 -minEluteTime (default: 12)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
99 -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
100 -minLength (default: 5)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
101 -minNumOfQuantitativePeaks (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
102 -minQuantitativeIonNumber (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
103 -numberOfQuantitativePeaks (default: 5)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
104 -numberOfReportedPeaks (default: 1)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
105 -numberOfThreadsUsed (default: 12)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
106 -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
107 -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
108 -percolatorVersionNumber (default: 3)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
109 -poffset (default: 0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
110 -precursorIsolationMargin (default: 0)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
111 -precursorWindowSize (default: -1)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
112 -ptol (default: 10)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
113 -ptolunits (default: ppm)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
114 -requireVariableMods (default: false)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
115 -variable (default: -)
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
116
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
117 ]]></help>
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
118 <expand macro="citations" />
39618cb4669f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 557e4cb7a26bdce09a6666d0f59de5734be5995f
galaxyp
parents:
diff changeset
119 </tool>