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