annotate dia_umpire_quant.xml @ 3:6caa9011f245 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
author galaxyp
date Mon, 04 Mar 2019 11:49:18 -0500
parents e8f7be6a6e59
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
1 <tool id="dia_umpire_quant" name="DIA_Umpire_Quant" version="@VERSION@.0">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
2 <description>DIA quantitation and targeted re-extraction</description>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
3 <macros>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 0
diff changeset
4 <import>dia_umpire_macros.xml</import>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
5 </macros>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
6 <expand macro="requirements" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
7 <expand macro="stdio" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
8 <command>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
9 <![CDATA[
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
10 #import shutil
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
11 ### $shutil.copytree($se_input.extra_files_path.__str__,$work_path.__str__)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
12 ## want to save all outputs in a directory output.extra_files_path to be used by
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
13 ## Is file naming going to be a problem? May need to have a name param
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
14 cat $quant_params > $dia_umpire_quant && echo "Thread = \$GALAXY_SLOTS" >> $dia_umpire_quant
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
15 && cp -rp $se_input.extra_files_path.__str__ $work_path.__str__
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
16 && ln -s $protxml_input ${work_path}/$interact_prot_xml
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
17 && ln -s $searchdb_input ${work_path}/$searchdb_fa
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
18 #for $input in $mzxml_inputs:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
19 && ln -s $input ${work_path}/${input.name}
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
20 #end for
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
21 #for $input in $pepxml_inputs:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
22 && ln -s $input ${work_path}/${input.name}
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
23 #end for
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
24 ## Make sure pep.xml and prot.xml start with "interact-"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
25 ## && echo "# $quant_params" >> $dia_umpire_quant
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 0
diff changeset
26 && java -jar \$DIA_UMPIRE_QUANT_JAR $quant_params
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
27 && cp $work_path/ProtSummary*.xls "$ProtSummary"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
28 && cp $work_path/PeptideSummary*.xls "$PeptideSummary"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
29 && cp $work_path/FragSummary*.xls "$FragSummary"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
30 && cp $work_path/IDNoSummary*.xls "$IDNoSummary"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
31 && cat $work_path/*.log "$logfile"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
32 ]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
33 </command>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
34
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
35 <configfiles>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
36 <configfile name="user_mods"><![CDATA[
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
37 <?xml version="1.0"?>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
38 <MSModSpecSet
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
39 xmlns="http://www.ncbi.nlm.nih.gov"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
40 xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
41 xs:schemaLocation="http://www.ncbi.nlm.nih.gov OMSSA.xsd"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
42 >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
43 <MSModSpec>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
44 <MSModSpec_mod>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
45 <MSMod value="modificationwithneutrallosses">1</MSMod>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
46 </MSModSpec_mod>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
47 <MSModSpec_type>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
48 <MSModType value="modaa">0</MSModType>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
49 </MSModSpec_type>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
50 <MSModSpec_name>test modification with neutral losses</MSModSpec_name>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
51 <MSModSpec_monomass>123.456789</MSModSpec_monomass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
52 <MSModSpec_averagemass>0</MSModSpec_averagemass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
53 <MSModSpec_n15mass>0</MSModSpec_n15mass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
54 <MSModSpec_residues>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
55 <MSModSpec_residues_E>B</MSModSpec_residues_E>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
56 <MSModSpec_residues_E>O</MSModSpec_residues_E>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
57 </MSModSpec_residues>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
58 <MSModSpec_neutralloss>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
59 <MSMassSet>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
60 <MSMassSet_monomass>456.789123</MSMassSet_monomass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
61 <MSMassSet_averagemass>0</MSMassSet_averagemass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
62 <MSMassSet_n15mass>0</MSMassSet_n15mass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
63 </MSMassSet>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
64 <MSMassSet>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
65 <MSMassSet_monomass>789.123456</MSMassSet_monomass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
66 <MSMassSet_averagemass>0</MSMassSet_averagemass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
67 <MSMassSet_n15mass>0</MSMassSet_n15mass>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
68 </MSMassSet>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
69 </MSModSpec_neutralloss>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
70 <MSModSpec_unimod>00</MSModSpec_unimod>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
71 <MSModSpec_psi-ms>testMod</MSModSpec_psi-ms>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
72 </MSModSpec>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
73 <MSModSpecSet
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
74 ]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
75 </configfile>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
76 <configfile name="quant_params"><![CDATA[
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
77 #DIA-Umpire (version @VERSION@)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
78 #Data Independent Acquisition data processing and analysis package (Quantitation and targeted re-extraction module)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
79
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
80 #Working folder path: the program will process all mzXML files in the working folder (please make sure the corresponding pepXML files are in the same folder with mzXML file)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
81 #Internal spectral library file, output csv files will be stored in the working folder
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
82 Path = ${work_path}/
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
83
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
84 #Or you can specify all DIA mzXML files you want to analyze here (the working folder is still required for storing output files)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
85 # ==File list begin
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
86 # ==File list end
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
87
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
88 #No of threads
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
89 Thread = 6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
90
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
91 InternalLibID = #if $InternalLibID then $InternalLibID else 'LibID'#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
92
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
93 #InternalLibSearch / TargetedExtraction both will work
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
94 InternalLibSearch = $TargetedExtraction
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
95 ExternalLibSearch = $external_settings.ExternalLibSearch
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
96 #if $external_settings.ExternalLibSearch == 'true':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
97 ExternalLibPath = $external_settings.ExternalLibPath
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
98 ExternalLibDecoyTag = $external_settings.ExternalLibDecoyTag
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
99 ReSearchProb = $external_settings.ReSearchProb
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
100 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
101
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
102 #Fasta file path
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
103 # Fasta = $searchdb_input
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
104 Fasta = ${work_path}/$searchdb_fa
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
105
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
106 #Combined prot.xml file
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
107 Combined_Prot = ${work_path}/$interact_prot_xml
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
108
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
109 #Decoy tag
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
110 DecoyPrefix = $DecoyPrefix
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
111
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
112 #FDR threshold
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
113 #if $fdr_settings.advanced == 'yes':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
114 PeptideFDR = #if $fdr_settings.PeptideFDR then $fdr_settings.PeptideFDR else 0.01#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
115 ProteinFDR = #if $fdr_settings.ProteinFDR then $fdr_settings.ProteinFDR else 0.01#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
116 DataSetLevelPepFDR = false
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
117 ProbThreshold = #if $fdr_settings.ProbThreshold then $fdr_settings.ProbThreshold else 0.99#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
118 #else
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
119 PeptideFDR = 0.01
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
120 ProteinFDR = 0.01
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
121 ProbThreshold = 0.99
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
122 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
123
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
124 #UserMod path
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
125 #if $usermod.mod_src == 'history':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
126 UserMod= $usermod.UserMods
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
127 ## #else if $usermod.mod_src == 'config':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
128 ## UserMod= $user_mods
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
129 #else:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
130 UserMod=
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
131 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
132
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
133 ####Peptide-centric targeted re-extraction####
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
134 #file format for external library: traML
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
135 ExternalLibPath =
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
136 ExternalLibDecoyTag= DECOY
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
137 ReSearchProb=0.5
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
138
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
139 ####Peptide/Fragment selection for MS2-based quantitation####
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
140 #if $quant_settings.advanced == 'yes':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
141 ####Peptide filtering####
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
142 #Use either peptide group weight (GW) or peptide weight (PepW) to filter non-unique peptide (computed by ProteinProphet),
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
143 #Peptides with weight lower than threshold will be removed
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
144 FilterWeight = #if $quant_settings.FilterWeight then $quant_settings.FilterWeight else GW#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
145 MinWeight = #if $quant_settings.MinWeight then $quant_settings.MinWeight else 0.9#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
146 ####Peptide/Fragment selection for MS2-based quantitation####
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
147 TopNFrag = #if $quant_settings.TopNFrag then $quant_settings.TopNFrag else 6#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
148 TopNPep = #if $quant_settings.TopNPep then $quant_settings.TopNPep else 6#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
149 Freq = #if $quant_settings.Freq then $quant_settings.Freq else 0.5#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
150 #else:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
151 ####Peptide filtering####
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
152 #Use either peptide group weight (GW) or peptide weight (PepW) to filter non-unique peptide (computed by ProteinProphet),
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
153 #Peptides with weight lower than threshold will be removed
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
154 FilterWeight = GW
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
155 MinWeight = 0.9
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
156 ####Peptide/Fragment selection for MS2-based quantitation####
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
157 TopNFrag = 6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
158 TopNPep = 6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
159 Freq = 0.5
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
160 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
161 ]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
162 </configfile>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
163 </configfiles>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
164
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
165 <inputs>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
166 <param name="work_path" type="hidden" value="dia_output_dir"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
167 <param name="interact_prot_xml" type="hidden" value="interact.prot.xml"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
168 <param name="searchdb_fa" type="hidden" value="searchdb.fasta"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
169 <param name="mzxml_inputs" type="data" format="mzxml" multiple="true" label="Proteomics Spectrum files in mzXML format"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
170 <param name="pepxml_inputs" type="data" format="pepxml" multiple="true" label="PepXML"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
171 <param name="protxml_input" type="data" format="protxml" label="ProtXML"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
172 <param name="searchdb_input" type="data" format="fasta" label="Fasta Search Database"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
173 <param name="se_input" type="data" format="dia_umpire.ser" label="DIA-Umpire SE Signal Extraction data"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
174 <param name="InternalLibID" type="text" value="" label="InternalLibID " >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
175 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
176 InternalLibID: Identifier for the internal spectral library.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
177 If you are processing the dataset for the first time, it will be used as the name for the new library, if you are reprocessing data (e.g. using different thresholds/FDR levels, etc.) first a library with that name will be looked up and used if found.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
178 Recommended value: you can use the same name for all analysis; however it is beneficial to provide unique meaningful names, to make the library more easily reusable.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
179 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
180 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
181
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
182 <param name="TargetedExtraction" type="boolean" truevalue="true" falsevalue="false" checked="true" label="TargetedExtraction" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
183 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
184 Whether to process targeted re-extraction across samples and replicates.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
185 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
186 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
187
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
188 <param name="DecoyPrefix" type="text" value="REVERSED_" label="Decoy Prefix in Protein Search FASTA Database" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
189 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
190 Typical values: if you are unsure what that prefix was, check protein names in the FASTA file. "rev_" and "DECOY_" are common choices.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
191 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
192 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
193
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
194 <conditional name="usermod">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
195 <param name="mod_src" type="select" label="User Modifications">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
196 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
197 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
198 <option value="none">none</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
199 <option value="history">From history dataset</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
200 <!--
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
201 <option value="config">Build </option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
202 -->
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
203 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
204 <when value="none"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
205 <when value="history">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
206 <param name="UserMods" type="data" format="xml" label="User Modifications OMSSA XML"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
207 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
208 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
209
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
210 <conditional name="external_settings">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
211 <param name="ExternalLibSearch" type="select" label="Use ExternalLibSearch">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
212 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
213 ExternalLibSearch: Whether to process targeted extraction across samples and replicates to research unidentified peptide ions from specified external spectral library. Peptide ions in external library will be research if it satisfies the two conditions. (1) unidentified from initial database search, and (2) unidentified or identified but the probability was lower than the specified threswhold described below.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
214 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
215 <option value="false">no</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
216 <option value="true">yes</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
217 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
218 <when value="false"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
219 <when value="true">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
220 <param name="ExternalLibPath" type="data" format="dia_umpire.ser" label="DIA-Umpire ExternalLibPath">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
221 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
222 ExternalLibPath (new parameter in v1.4): File path of external spectral library file. Currently only traML and custom binary (.serFS) formats are supported, and a decoy spectrum for each forward peptide ion sequence is required in the library file. (Effective only when ExternalLibSearch is set as true)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
223 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
224 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
225 <param name="ExternalLibDecoyTag" type="text" value="DECOY" label="Decoy tag of decoy spectra" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
226 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
227 ExternalLibDecoyTag: Decoy tag of decoy spectra. (default: DECOY)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
228 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
229 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
230 <param name="ReSearchProb" type="float" value="0.05" optional="true" min=".00" max="1." label="Probability threshold for re-search">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
231 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
232 ReSearchProb: Probability threshold to determine which peptide ion will be re-searched using external spectral library. (default: 0.5)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
233 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
234 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
235 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
236 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
237 <!--
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
238 -->
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
239
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
240 <conditional name="fdr_settings">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
241 <param name="advanced" type="select" label="Advanced FDR Estimation Settings" help="Usually do not need to be changed">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
242 <option value="no">no</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
243 <option value="yes">yes</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
244 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
245 <when value="no"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
246 <when value="yes">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
247 <param name="PeptideFDR" type="float" value=".01" optional="true" min=".01" max=".1" label="PeptideFDR" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
248 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
249 PeptideFDR: Target peptide level FDR.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
250 DIA-Umpire estimates peptide level FDR by target-decoy approach according to peptide ion's maximum PeptideProphet probability. (default: 0.01)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
251 Recommended value: 0.01 or 0.05 are the standard thresholds used in proteomics studies, corresponding to 1% and 5% FDR.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
252 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
253 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
254 <param name="ProteinFDR" type="float" value=".01" optional="true" min=".01" max=".1" label="ProteinFDR" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
255 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
256 ProteinFDR: Target protein level FDR.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
257 DIA-Umpire fist removes protein identifications with low protein group probability (&lt;0.5) and estimates protein level FDR of the remaining list by target-decoy approach according to the maximum peptide ion probability. (default: 0.01)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
258 Recommended value: 0.01 or 0.05.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
259 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
260 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
261 <param name="ProbThreshold" type="float" value="0.99" optional="true" min=".00" max="1." label="ProbThreshold" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
262 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
263 ProbThreshold: (0.0~0.99) Probability threshold for peptide-centric targeted extraction. This probability is calculated by DIA-Umpire based on LDA analysis of true and decoy targeted identifications. (default: 0.99)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
264 Recommended value: 0.99 corresponds to 99% confidence in an ID. Which means FDR should be less than 1% in that case.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
265 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
266 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
267 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
268 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
269 <!--
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
270 -->
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
271 <conditional name="quant_settings">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
272 <param name="advanced" type="select" label="Advanced Quantitation Settings" help="Usually do not need to be changed">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
273 <option value="no">no</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
274 <option value="yes">yes</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
275 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
276 <when value="no"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
277 <when value="yes">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
278 <param name="FilterWeight" type="select" label="FilterWeight to remove shared peptides for protein quantitation">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
279 <option value="GW" selected="true">peptide group weight</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
280 <option value="PepW">peptide weight</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
281 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
282 <param name="MinWeight" type="float" value=".9" optional="true" min="0.0" max="1.0" label="MinWeight" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
283 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
284 Minimum weight (peptide group weight or peptide weight chosen from the previous option) threshold of peptides to be considered for protein quantitation. Higher weight (closer to 1) of a peptide for a protein is more likely to be a unique peptide for the protein. (default: 0.9)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
285 Recommended value: 0.9
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
286 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
287 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
288 <param name="TopNFrag" type="integer" value="6" optional="true" min="1" max="10" label="TopNFrag">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
289 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
290 Top N fragments in terms of fragment score (Pearson correlation fragment intensity) used for determining peptide ion intensity (default:6).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
291 Recommended value: 3 - 6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
292 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
293 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
294 <param name="TopNPep" type="integer" value="6" optional="true" min="1" max="10" label="TopNPep">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
295 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
296 Top N peptide ions in terms of peptide ion intensity (determined by top fragments) used for determining protein intensity (default:6)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
297 Recommended value: 3~6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
298 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
299 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
300 <param name="Freq" type="float" value=".5" optional="true" min=".1" max="1." label="Freq" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
301 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
302 Minimum frequency of a peptide ion or fragment across all samples/replicates to
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
303 be considered for Top N ranking. (default:0.5) Recommended value: 0.5 or more
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
304 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
305 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
306 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
307 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
308 </inputs>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
309
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
310 <outputs>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
311 <data format="txt" name="logfile" label="${tool.name} log"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
312 <data format="dia_umpire.quant" name="dia_umpire_quant" label="${tool.name}}"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
313 <data format="tabular" name="IDNoSummary" label="${tool.name}} IDNoSummary.xls"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
314 <data format="tabular" name="FragSummary" label="${tool.name}} FragSummary.xls"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
315 <data format="tabular" name="PeptideSummary" label="${tool.name}} PeptideSummary.xls"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
316 <data format="tabular" name="ProtSummary" label="${tool.name}} ProtSummary.xls"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
317 </outputs>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
318 <tests>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
319 <test>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
320 </test>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
321 </tests>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
322 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
323 <![CDATA[
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
324 =============================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
325 **DIA-Umpire quantitation and targeted re-extraction module**
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
326 =============================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
327
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
328 DIA_Umpire_Quant.jar provides quantitation and targeted re-extraction analysis by taking results from Step A signal extraction and Step B untargeted MS/MS database search.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
329
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
330 Manual: http://sourceforge.net/projects/diaumpire/files/Manual/DIA_Umpire_Manual_v1.4_pre.pdf
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
331
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
332 **Input** (DIA-Umpire quantitation and targeted re-extraction module)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
333 =====================================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
334
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
335 1. Identification results: a .pep.xml result file for each .mgf file and a prot.xml for the entire dataset.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
336 2. Protein sequence database in FASTA format which was used in Step B (untargeted MS/MS database search).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
337 3. All files, including the binary files (.serFS) and .mgf files generated from the signal extraction module, as well as the mzXML files converted from mgf files.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
338 4. Quantitation parameter file (An example "diaumpire.quant_params" can be downloaded at http://goo.gl/wThAVI)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
339
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
340 **Parameters** (for parameter file diaumpire.quant_params)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
341 ==========================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
342
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
343 **Basic parameters** that the users usually need to modify accordingly.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
344
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
345 *TargetedExtraction*: Whether to process targeted re-extraction across samples and replicates. Set it as false if you don't want to reprocess data but wish to export quantitation report based on different fragment/peptide selection options
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
346
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
347 *Fasta*: Path to a protein sequence database in FASTA format which was used for untargeted MS/MS database search.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
348
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
349 *Combined_Prot*: Path to the combined ProteinProphet .prot.xml file.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
350
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
351 *DecoyPrefix*: Tag/prefix of decoy protein names that you used for protein database search. Typical values: if you are unsure what that prefix was, check protein names in the FASTA file. "rev\_" and "DECOY\_" are common choices.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
352
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
353 *InternalLibID*: Identifier for the internal spectral library. If you are processing the dataset for the first time, it will be used as the name for the new library, if you are reprocessing data (e.g. using different thresholds/FDR levels, etc.) first a library with that name will be looked up and used if found. Recommended value: you can use the same name for all analysis; however it is beneficial to provide unique meaningful names, to make the library more easily reusable.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
354
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
355 *ExternalLibSearch*: (new parameter in v1.4): Whether to process targeted extraction across samples and replicates to research unidentified peptide ions from specified external spectral library. Peptide ions in external library will be research if it satisfies the two conditions. (1) unidentified from initial database search, and (2) unidentified or identified but the probability was lower than the specified threswhold described below. (Please note that this feature is still being tested, and contact us if you have any questions)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
356
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
357 *ExternalLibPath*: (new parameter in v1.4): File path of external spectral library file. Currently only traML and custom binary (.serFS) formats are supported, and a decoy spectrum for each forward peptide ion sequence is required in the library file. (Effective only when ExternalLibSearch is set as true)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
358
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
359 *ExternalLibDecoyTag*: (new parameter in v1.4): Decoy tag of decoy spectra. (default: DECOY)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
360
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
361 *ReSearchProb*: (new parameter in v1.4): Probability threshold to determine which peptide ion will be re-searched using external spectral library. (default: 0.5)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
362
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
363
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
364 **Advanced parameters** that usually do **not** need to be changed
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
365
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
366 **FDR estimation parameters**:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
367
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
368 *PeptideFDR*: Target peptide level FDR.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
369 DIA-Umpire estimates peptide level FDR by target-decoy approach according to peptide ion's maximum PeptideProphet probability. (default: 0.01)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
370 Recommended value: 0.01 or 0.05 are the standard thresholds used in proteomics studies, corresponding to 1% and 5% FDR.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
371
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
372 *ProteinFDR*: Target protein level FDR.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
373 DIA-Umpire fist removes protein identifications with low protein group probability (<0.5) and estimates protein level FDR of the remaining list by target- decoy approach according to the maximum peptide ion's probability. (default: 0.01)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
374 Recommended value: 0.01 or 0.05.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
375
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
376 *ProbThreshold*: (0.0~0.99) Probability threshold for peptide-centric targeted extraction. This probability is calculated by DIA-Umpire based on LDA analysis of true and decoy targeted identifications. (default: 0.99)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
377 Recommended value: 0.99 corresponds to 99% confidence in an ID. Which means FDR should be less than 1% in that case.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
378
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
379 **Quantitation parameters**
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
380
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
381 *FilterWeight*: (GW or PepW) Choice of using peptide group weight or peptide weight (computed by ProteinProphet) to remove shared peptides for protein quantitation. (default: GW)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
382 MinWeight: (0.0~0.99) Minimum weight (peptide group weight or peptide weight chosen from the previous option) threshold of peptides to be considered for protein quantitation. Higher weight (closer to 1) of a peptide for a protein is more likely to be a unique peptide for the protein. (default: 0.9)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
383 Recommended value: 0.9
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
384
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
385 *TopNFrag*: Top N fragments in terms of fragment score (Pearson correlation x fragment intensity) used for determining peptide ion intensity (default:6).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
386 Recommended value: 3~6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
387
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
388 *TopNPep*: Top N peptide ions in terms of peptide ion intensity (determined by top
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
389 fragments) used for determining protein intensity (default:6)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
390 Recommended value: 3~6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
391
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
392 *Freq*: Minimum frequency of a peptide ion or fragment across all samples/replicates to
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
393 be considered for Top N ranking. (default:0.5) Recommended value: 0.5 or more
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
394
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
395 **Output** (DIA-Umpire quantitation and targeted re-extraction module):
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
396 =======================================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
397
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
398 Binary files which include identification and quantitation information, and possibly the internal spectral library.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
399
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
400 Three summary tables for protein, peptide ion, and fragment level reports (<filename> denotes the name of the raw file in which a peptide was identified)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
401
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
402 1. Columns printed in protein summary table (ProtSummary.xls)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
403
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
404 1. Protein Key: Protein accession number
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
405 2. <filename>_Prob: Protein identification probability
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
406 3. <filename>_Peptides: Number of identified peptide ions assigned to a protein
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
407 4. <filename>_PSMs: Number of identified pseudo MS/MS spectra assigned to a protein
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
408 5. <filename>_MS1_iBAQ: Protein abundance estimated by MS1 peptide intensities (See manuscript for details) (iBAQ: sum of all identified peptide intensities divided by the number of theoretical tryptic peptides)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
409 6. <filename>_TopNpep/TopNfra, Freq>freq: Protein abundance estimated by top scored peptide ions and fragments (See manuscript for details).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
410
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
411 2. Columns printed in peptide ion summary table (PeptideSummary.xls)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
412
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
413 1. Peptide Key: Peptide ion identifier
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
414 2. Sequence: Peptide sequence
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
415 3. ModSeq: Peptide sequence with modification information
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
416 4. Proteins: Parent proteins
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
417 5. mz: Precursor m/z of peptide ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
418 6. Charge: Charge state of peptide ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
419 7. MaxProb: Maximum identification probability of peptide ion across the whole data- set from untargeted MS/MS database search
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
420 8. <filename>_Spec_Centric_Prob: Identification probability of a peptide ion from untargeted MS/MS database search
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
421 9. <filename>_Pep_Centric_Prob: Identification probability of a peptide ion from targeted re-extraction matching
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
422 10. <filename>_PSMs: The number of identified pseudo MS/MS spectra assigned to a peptide ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
423 11. <filename>_RT: Retention time of a peptide ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
424 12. <filename>_MS1: Peptide abundance estimated by MS1 precursor intensity 2.13. <filename>_TopNfra: Peptide abundance estimated by top N fragment ions
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
425
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
426 3. Columns printed in fragment summary table (FragSummary.xls)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
427
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
428 1. Fragment Key: Fragment ion identifier
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
429 2. Protein: Parent protein accession number
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
430 3. Peptide: Parent peptide ion identifier
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
431 4. Fragment: Fragment ion type
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
432 5. FragMz: m/z of fragment ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
433 6. <filename>_RT: Retention time of parent peptide ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
434 7. <filename>_Spec_Centric_Prob: Identification probability of peptide ion from untargeted MS/MS database search
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
435 8. <filename>_Pep_Centric_Prob: Identification probability of peptide ion from targeted re-extraction matching
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
436 9. <filename>_Intensity: fragment intensity
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
437 10. <filename>_Corr: Elution profile Pearson correlation between fragment ion and precursor peptide ion
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
438 11. <filename>_PPM: Mass error of an observed fragment m/z to the theoretical one
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
439
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
440 ]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
441 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
442 <expand macro="citations" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
443 </tool>