annotate dia_umpire_se.xml @ 3:6caa9011f245 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
author galaxyp
date Mon, 04 Mar 2019 11:49:18 -0500
parents b4f82d15cac0
children e8822850243a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
1 <tool id="dia_umpire_se" name="DIA_Umpire_SE" version="@VERSION@.0">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
2 <description>DIA signal extraction</description>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
3 <macros>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
4 <import>dia_umpire_macros.xml</import>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
5 </macros>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
6 <expand macro="requirements" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
7 <expand macro="stdio" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
8 <command>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
9 <![CDATA[
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
10 #import re
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
11 ## want to save all outputs in a directory output.extra_files_path to be used by dia_umpire_quant
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
12 ## Is file naming going to be a problem? May need to have a name param
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
13 #if $se_extraction_data:
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
14 #set se_params = $se_ser
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
15 #set $ser_dir = $se_ser.extra_files_path
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
16 mkdir $ser_dir
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
17 && ln -s '$ser_dir' '$output_dir'
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
18 && cat $se_config > $se_ser
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
19 #else:
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
20 #set se_params = $params
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
21 mkdir '$output_dir'
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
22 && cat $se_config > $se_params
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
23 #end if
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
24 ##
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
25 && echo " " >> $se_params
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
26 && echo "Thread = \$GALAXY_SLOTS" >> $se_params
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
27 #if $input_prefix and len($input_prefix.strip()) > 0:
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
28 #set $input_path = str($output_dir) + '/' + $input_prefix.__str__ + '_rep' + str($i + 1) + '.mzXML'
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
29 #else:
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
30 #set $input_path = str($output_dir) + '/' + $re.sub('\.[mM]\w+$','',$re.sub('[^-a-zA-Z0-9_.]','_',$input.name)) + '.mzXML'
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
31 #end if
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
32 && ln -s '${input}' '$input_path'
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
33 && dia_umpire_se '$input_path' '$se_params'
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
34 && cat $output_dir/*.log >> "$logfile"
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
35 #if not $mgfs_as_collection:
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
36 && cp "$output_dir/"*_Q1.mgf '$q1_mgf'
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
37 && cp "$output_dir/"*_Q2.mgf '$q2_mgf'
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
38 && cp "$output_dir/"*_Q3.mgf '$q3_mgf'
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
39 #end if
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
40 #if $ExportPrecursorPeak:
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
41 && cp "$output_dir/"*PeakCluster.csv '$PrecursorPeak'
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
42 #end if
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
43 ]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
44 </command>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
45 <configfiles>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
46 <configfile name="se_config"><![CDATA[#slurp
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
47 #DIA-Umpire (version @VERSION@)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
48 #Data Independent Acquisition data processing and analysis package (Signal extraction module)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
49
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
50 #import re
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
51 #if $input_prefix:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
52 #set $input_path = $input_prefix.__str__ + "_rep" + str($i + 1) + ".mzXML"
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
53 #else:
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
54 #set $input_path = $re.sub('\.[mM]\w+$','',$re.sub('[^-a-zA-Z0-9_.]','_',$input.name)) + ".mzXML"
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
55 #end if
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
56 # $input.name $input_path $input
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
57
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
58 #No of threads
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
59 Thread = 6
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
60
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
61 #Report peak
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
62 ExportPrecursorPeak = $ExportPrecursorPeak
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
63 ExportFragmentPeak = $ExportFragmentPeak
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
64
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
65 #Signal extraction parameters
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
66 #if $instrument.model == 'Thermo_Orbitrap':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
67 SE.MS1PPM = #if $instrument.SE_MS1PPM then $instrument.SE_MS1PPM else 5#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
68 SE.MS2PPM = #if $instrument.SE_MS2PPM then $instrument.SE_MS2PPM else 5#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
69 SE.Resolution = #if $instrument.SE_Resolution then $instrument.SE_Resolution else 17000#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
70 SE.StartCharge = #if $instrument.SE_StartCharge then $instrument.SE_StartCharge else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
71 SE.EndCharge = #if $instrument.SE_EndCharge then $instrument.SE_EndCharge else 4#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
72 SE.MS2StartCharge = #if $instrument.SE_MS2StartCharge then $instrument.SE_MS2StartCharge else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
73 SE.MS2EndCharge = #if $instrument.SE_MS2EndCharge then $instrument.SE_MS2EndCharge else 4#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
74 #else if $instrument.model == 'AB_SCIEX_Triple_TOF_5600':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
75 SE.MS1PPM = #if $instrument.SE_MS1PPM then $instrument.SE_MS1PPM else 30#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
76 SE.MS2PPM = #if $instrument.SE_MS2PPM then $instrument.SE_MS2PPM else 40#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
77 SE.Resolution = #if $instrument.SE_Resolution then $instrument.SE_Resolution else 17000#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
78 SE.StartCharge = #if $instrument.SE_StartCharge then $instrument.SE_StartCharge else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
79 SE.EndCharge = #if $instrument.SE_EndCharge then $instrument.SE_EndCharge else 4#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
80 SE.MS2StartCharge = #if $instrument.SE_MS2StartCharge then $instrument.SE_MS2StartCharge else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
81 SE.MS2EndCharge = #if $instrument.SE_MS2EndCharge then $instrument.SE_MS2EndCharge else 4#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
82 #else:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
83 SE.MS1PPM = #if $instrument.SE_MS1PPM then $instrument.SE_MS1PPM else 30#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
84 SE.MS2PPM = #if $instrument.SE_MS2PPM then $instrument.SE_MS2PPM else 40#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
85 SE.Resolution = #if $instrument.SE_Resolution then $instrument.SE_Resolution else 17000#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
86 SE.StartCharge = #if $instrument.SE_StartCharge then $instrument.SE_StartCharge else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
87 SE.EndCharge = #if $instrument.SE_EndCharge then $instrument.SE_EndCharge else 4#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
88 SE.MS2StartCharge = #if $instrument.SE_MS2StartCharge then $instrument.SE_MS2StartCharge else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
89 SE.MS2EndCharge = #if $instrument.SE_MS2EndCharge then $instrument.SE_MS2EndCharge else 4#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
90 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
91
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
92 #if $frag_settings.advanced == 'yes':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
93 #Fragment grouping parameters
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
94 RPmax = #if $frag_settings.RPmax then $frag_settings.RPmax else 25#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
95 RFmax = #if $frag_settings.RFmax then $frag_settings.RFmax else 300#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
96 CorrThreshold = #if $frag_settings.CorrThreshold then $frag_settings.CorrThreshold else 0.2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
97 DeltaApex = #if $frag_settings.DeltaApex then $frag_settings.DeltaApex else 0.6#
2
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
98 RTOverlap = #if $frag_settings.RTOverlap then $frag_settings.RTOverlap else 0.3#
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
99 AdjustFragIntensity = #if $frag_settings.AdjustFragIntensity then $frag_settings.AdjustFragIntensity else true#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
100 BoostComplementaryIon = #if $frag_settings.BoostComplementaryIon then $frag_settings.BoostComplementaryIon else true#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
101 #else:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
102 #Fragment grouping parameters
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
103 RPmax = 25
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
104 RFmax = 300
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
105 CorrThreshold = 0.2
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
106 DeltaApex = 0.6
2
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
107 RTOverlap = 0.3
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
108 AdjustFragIntensity = true
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
109 BoostComplementaryIon = true
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
110 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
111
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
112 #if $se_settings.advanced == 'yes':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
113 #Signal extraction parameters
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
114 SE.SN = #if $se_settings.SE_SN then $se_settings.SE_SN else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
115 SE.MS2SN = #if $se_settings.SE_MS2SN then $se_settings.SE_MS2SN else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
116 SE.MinMSIntensity = #if $se_settings.SE_MinMSIntensity then $se_settings.SE_MinMSIntensity else 10#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
117 SE.MinMSMSIntensity = #if $se_settings.SE_MinMSMSIntensity then $se_settings.SE_MinMSMSIntensity else 10#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
118 SE.MaxCurveRTRange = #if $se_settings.SE_MaxCurveRTRange then $se_settings.SE_MaxCurveRTRange else 1#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
119 SE.NoMissedScan = #if $se_settings.SE_NoMissedScan then $se_settings.SE_NoMissedScan else 1#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
120 SE.MinFrag = #if $se_settings.SE_MinFrag then $se_settings.SE_MinFrag else 10#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
121 SE.EstimateBG = #if $se_settings.SE_EstimateBG then $se_settings.SE_EstimateBG else true#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
122 SE.MinNoPeakCluster = #if $se_settings.SE_MinNoPeakCluster then $se_settings.SE_MinNoPeakCluster else 2#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
123 SE.MaxNoPeakCluster = #if $se_settings.SE_MaxNoPeakCluster then $se_settings.SE_MaxNoPeakCluster else 4#
2
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
124 SE.StartRT = #if $se_settings.SE_StartRT then $se_settings.SE_MaxNoPeakCluster else 0#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
125 SE.EndRT = #if $se_settings.SE_EndRT then $se_settings.SE_EndRT else 9999#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
126 SE.MinMZ = #if $se_settings.SE_MinMZ then $se_settings.SE_MinMZ else 200#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
127 SE.MinPrecursorMass = #if $se_settings.SE_MinPrecursorMass then $se_settings.SE_MinPrecursorMass else 700#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
128 SE.MaxPrecursorMass = #if $se_settings.SE_MaxPrecursorMass then $se_settings.SE_MaxPrecursorMass else 5000#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
129 SE.IsoPattern = #if $se_settings.SE_IsoPattern then $se_settings.SE_IsoPattern else 0.3#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
130 SE.MassDefectFilter = #if $se_settings.SE_MassDefectFilter then $se_settings.SE_MassDefectFilter else true#
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
131 SE.MassDefectOffset = #if $se_settings.SE_MassDefectOffset then $se_settings.SE_MassDefectOffset else 0.1#
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
132 #if $se_settings.SE_MinMS2NoPeakCluster:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
133 SE.MinMS2NoPeakCluster = $se_settings.SE_MinMS2NoPeakCluster
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
134 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
135 #if $se_settings.SE_MinRTRange:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
136 SE.MinRTRange = $se_settings.SE_MinRTRange
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
137 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
138 #if $se_settings.SE_RTtol:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
139 SE.RTtol = $se_settings.SE_RTtol
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
140 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
141 #if $se_settings.SE_Denoise:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
142 SE.Denoise = $se_settings.SE_Denoise
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
143 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
144 #if $se_settings.SE_NoPeakPerMin:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
145 SE.NoPeakPerMin = $se_settings.SE_NoPeakPerMin
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
146 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
147 #if $se_settings.SE_RemoveGroupedPeaks:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
148 SE.RemoveGroupedPeaks = $se_settings.SE_RemoveGroupedPeaks
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
149 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
150 #else:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
151 #Signal extraction parameters
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
152 SE.SN = 2
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
153 SE.MS2SN = 2
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
154 SE.MinMSIntensity = 5
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
155 SE.MinMSMSIntensity = 1
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
156 SE.MaxCurveRTRange = 1
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
157 SE.NoMissedScan = 1
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
158 SE.MinFrag=10
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
159 SE.EstimateBG = true
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
160 SE.MinNoPeakCluster = 2
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
161 SE.MaxNoPeakCluster = 3#slurp
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
162 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
163
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
164 ## SE.RemoveGroupedPeaksRTOverlap
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
165 ## SE.RemoveGroupedPeaksCorr
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
166 ## SE.IsoCorrThreshold
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
167
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
168 #if $instrument.model != 'Thermo_Orbitrap':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
169 WindowType = $instrument.window.WindowType
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
170 #if $instrument.window.WindowType == 'SWATH':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
171 WindowSize = #if $instrument.window.WindowSize then $instrument.window.WindowSize else 25#
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
172 #else if $instrument.window.WindowType == 'V_SWATH':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
173 ==window setting begin
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
174 #if $instrument.window.window_list.window_list_src == 'history':
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
175 #set $fh = open(str($instrument.window.window_list.WindowListFile),'r')
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
176 #for $i,$line in enumerate($fh):
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
177 #set $fields = $line.split()
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
178 #if len($fields) >= 2:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
179 #set $win = '\t'.join($fields[:2])
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
180 $win
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
181 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
182 #end for
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
183 $fh.close()
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
184 #else:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
185 #set $win_list = $instrument.window.window_list.WindowList.split('\n')
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
186 #for $win in $win_list:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
187 #set $row = '\t'.join($win.split())
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
188 $row
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
189 #end for
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
190 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
191 ==window setting end
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
192 #echo '#'
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
193 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
194 #end if
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
195 #slurp]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
196 </configfile>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
197 </configfiles>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
198
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
199 <inputs>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
200 <param name="input" type="data" format="mzxml" label="Proteomics Spectrum files in mzXML format"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
201 <param name="input_prefix" type="text" value="" optional="true" label="File name prefix" help="Names inputs: prefix_rep#.mzXML Leave blank to use History names of input">
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
202 <validator type="regex" message="">[a-zA-Z][a-zA-Z0-9_-]*</validator>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
203 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
204 <param name="output_dir" type="hidden" value="gx_path"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
205
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
206 <conditional name="instrument">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
207 <param name="model" type="select" label="instrument used" help="Sets default parameters">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
208 <option value="Thermo_Orbitrap">Thermo Orbitrap</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
209 <option value="AB_SCIEX_Triple_TOF_5600">AB SCIEX Triple TOF 5600</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
210 <option value="other">other</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
211 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
212 <when value="Thermo_Orbitrap">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
213
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
214 <param name="SE_MS1PPM" type="float" value="5" min="1" max="20" optional="true" label="Maximum mass error for two MS1 peaks">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
215 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
216 SE.MS1PPM: (Unit: ppm) Maximum mass error for two MS1 peaks in consecutive spectra to be considered signal of the same ion. Used in MS1 signal detection and precursor alignment between samples/runs.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
217 Recommended value: Depends on the instrument. Typical values are 5-10 ppm for Thermo Orbitrap.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
218 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
219 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
220 <param name="SE_MS2PPM" type="integer" value="5" min="1" max="20" optional="true" label="Maximum mass error for two MS2 peaks">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
221 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
222 SE.MS2PPM: (Unit: ppm) Maximum mass error for two MS2 peaks in consecutive spectra to be considered signal of the same ion.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
223 Recommended value: Depends on the instrument. If fragmentation spectra are measured with the same detector as MS1 spectra, set the same as Para.MS1PPM or a little higher, e.g. if you've set Para.MS1PPM=30 ppm for AB SCIEX Triple TOF 5600, consider setting to 40ppm.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
224 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
225 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
226 <expand macro="common_se_params" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
227
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
228 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
229 <when value="AB_SCIEX_Triple_TOF_5600">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
230 <param name="SE_MS1PPM" type="float" value="30" min="1" max="50" optional="true" label="Maximum mass error for two MS1 peaks">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
231 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
232 SE.MS1PPM: (Unit: ppm) Maximum mass error for two MS1 peaks in consecutive spectra to be considered signal of the same ion. Used in MS1 signal detection and precursor alignment between samples/runs.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
233 Recommended value: Depends on the instrument. Typical values are 20-40pm for AB SCIEX Triple TOF 5600.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
234 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
235 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
236 <param name="SE_MS2PPM" type="integer" value="40" min="1" max="50" optional="true" label="Maximum mass error for two MS2 peaks">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
237 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
238 SE.MS2PPM: (Unit: ppm) Maximum mass error for two MS2 peaks in consecutive spectra to be considered signal of the same ion.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
239 Recommended value: Depends on the instrument. If fragmentation spectra are measured with the same detector as MS1 spectra, set the same as Para.MS1PPM or a little higher, e.g. if you've set Para.MS1PPM=30 ppm for AB SCIEX Triple TOF 5600, consider setting to 40ppm.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
240 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
241 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
242 <expand macro="common_se_params" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
243 <expand macro="se_window_params" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
244 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
245 <when value="other">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
246 <param name="SE_MS1PPM" type="float" value="30" min="1" max="100" optional="true" label="Maximum mass error for two MS1 peaks">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
247 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
248 SE.MS1PPM: (Unit: ppm) Maximum mass error for two MS1 peaks in consecutive spectra to be considered signal of the same ion. Used in MS1 signal detection and precursor alignment between samples/runs.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
249 Recommended value: Depends on the instrument. Typical values are 5-10 ppm for Thermo Orbitrap, 20-40pm for AB SCIEX Triple TOF 5600.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
250 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
251 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
252 <param name="SE_MS2PPM" type="integer" value="40" min="1" max="100" optional="true" label="Maximum mass error for two MS2 peaks">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
253 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
254 SE.MS2PPM: (Unit: ppm) Maximum mass error for two MS2 peaks in consecutive spectra to be considered signal of the same ion.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
255 Recommended value: Depends on the instrument. If fragmentation spectra are measured with the same detector as MS1 spectra, set the same as Para.MS1PPM or a little higher, e.g. if you've set Para.MS1PPM=30 ppm for AB SCIEX Triple TOF 5600, consider setting to 40ppm.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
256 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
257 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
258 <expand macro="common_se_params" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
259 <expand macro="se_window_params" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
260 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
261 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
262
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
263 <conditional name="frag_settings">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
264 <param name="advanced" type="select" label="Advanced Precursor-fragment Grouping Settings" help="Usually do not need to be changed">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
265 <option value="no">no</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
266 <option value="yes">yes</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
267 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
268 <when value="no"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
269 <when value="yes">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
270 <param name="RPmax" type="integer" value="25" optional="true" min="1" label="RPmax">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
271 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
272 RPmax: Determines how many precursors a single fragment is allowed to be grouped to. Precursors are first sorted by Pearson correlation of elution profiles; this option specifies the rank of a precursor in this sorted list. Lowering the value for this parameter increases the stringency of precursor-fragments grouping. (Default: 25)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
273 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
274 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
275 <param name="RFmax" type="integer" value="300" optional="true" min="1" label="RFmax">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
276 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
277 RFmax: Determines how many fragments a single precursor is allowed to have. Fragments are first sorted by Pearson correlation of elution profiles; this option specifies the rank of a fragment in this sorted list. The lower - the more stringent. (Default: 300)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
278 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
279 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
280 <param name="CorrThreshold" type="float" value=".2" optional="true" min="0." max="1." label="CorrThreshold">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
281 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
282 CorrThreshold: (0.0~1.0) Minimum Pearson correlation between a precursor and a fragment to be considered, the higher, the more stringent. (Default: 0.2)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
283 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
284 </param>
2
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
285 <param name="RTOverlap" type="float" value=".3" min="0" optional="true" label="RTOverlap" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
286 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
287 RTOverlap: Retention time overlap. (Default: 0.3)
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
288 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
289 </param>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
290
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
291 <param name="DeltaApex" type="float" value=".6" min="0" optional="true" label="DeltaApex" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
292 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
293 DeltaApex: (Unit: minute) Maximum retention time difference of LC profile apexes between precursor and fragment (the lower, the more stringent). (Default: 0.6)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
294 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
295 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
296 <param name="BoostComplementaryIon" type="boolean" truevalue="true" falsevalue="false" checked="true" label="BoostComplementaryIon" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
297 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
298 BoostComplementaryIon: set to true if you want to boost complementary ions' intensity. The process of complementary ion boosting will also deisotope fragment peaks into singly charged m/z position. (Default: true)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
299 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
300 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
301 <param name="AdjustFragIntensity" type="boolean" truevalue="true" falsevalue="false" checked="true" label="AdjustFragIntensity" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
302 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
303 AdjustFragIntensity: set to true if you want to adjust fragment intensity by the Pearson correlation between a precursor and a fragment. (Default: true)
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
304 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
305 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
306 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
307 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
308
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
309 <conditional name="se_settings">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
310 <param name="advanced" type="select" label="Advanced Signal Extraction Settings" help="Usually do not need to be changed">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
311 <option value="no">no</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
312 <option value="yes">yes</option>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
313 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
314 <when value="no"/>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
315 <when value="yes">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
316
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
317 <param name="SE_MinMSIntensity" type="float" value="" optional="true" label="MinMSIntensity" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
318 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
319 SE.MinMSIntensity: Minimum signal intensity for a peak in an MS1 spectrum to be considered as a valid signal. Any MS1 peak having intensity lower than this threshold will be ignored. It is the main parameter controlling how many peaks and isotopic envelopes will be detected.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
320 Recommended value: Depends on the data. Check raw data for average noise- levels. E.g. TOF data often have thousands of random small intensity peaks.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
321 Warning: Setting this parameter too low (or zero) in such a case will significantly increase processing time and memory requirements.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
322 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
323 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
324 <param name="SE_MinMSMSIntensity" type="float" value="" optional="true" label="MinMSMSIntensity" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
325 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
326 SE.MinMSMSIntensity: Same as MinMSIntensity, but for MS2 signals.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
327 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
328 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
329 <param name="SE_MaxCurveRTRange" type="float" value="" optional="true" label="MaxCurveRTRange" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
330 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
331 SE.MaxCurveRTRange: (Unit: minute) The maximum allowed retention time (RT) range for elution profile of a single ion. If a detected elution profile exceeds that time span, it will be trimmed around the apex to fit into this range. Used to avoid having lots of ions which elute during the whole LC/MS run or over a very long period of time, as this greatly complicates grouping of precursors to fragments. Such long-eluting ions are likely to be contaminants, lock-mass ions, calibrants, etc.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
332 Recommended value: The expected maximum peak chromatographic time. E.g. set to several percent of the whole run time, if the run was 100 min long, set to 5 min.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
333 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
334 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
335 <param name="SE_SN" type="float" value="" optional="true" label="SN Threshold" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
336 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
337 SE.SN: Minimum signal-to-noise threshold for MS1 precursor signal detection. It is not the real S/N value, but rather a multiplier for MinMSIntensity, if a detected elution profile is less intense in the apex than SN x MinMSIntensity) it will be discarded.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
338 Recommended value: Typical values depend on the MinMSIntensity setting. If you've set MinMSIntensity to a very low value, consider setting this one to some small number in range 1.0 - 5.0.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
339 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
340 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
341 <param name="SE_MS2SN" type="float" value="" optional="true" label="MS2SN Threshold" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
342 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
343 Same as para.SN, but for possible unfragmented precursors in MS2 data (i.e. for selecting precursors to generate Q3 tier pseudo spectra).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
344 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
345 </param>
2
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
346 <param name="SE_StartRT" type="float" value="0" optional="true" label="StartRT" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
347 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
348 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
349 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
350 <param name="SE_EndRT" type="float" value="9999" optional="true" label="EndRT" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
351 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
352 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
353 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
354 <param name="SE_MinMZ" type="float" value="200" optional="true" label="MinMZ" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
355 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
356 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
357 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
358 <param name="SE_MinPrecursorMass" type="float" value="700" optional="true" label="MinPrecursorMass" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
359 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
360 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
361 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
362 <param name="SE_MaxPrecursorMass" type="float" value="5000" optional="true" label="MaxPrecursorMass" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
363 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
364 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
365 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
366 <param name="SE_IsoPattern" type="float" value="0.3" optional="true" label="IsoPattern" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
367 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
368 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
369 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
370 <param name="SE_MassDefectFilter" type="boolean" truevalue="true" falsevalue="false" checked="true" label="MassDefectFilter" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
371 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
372 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
373 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
374 <param name="SE_MassDefectOffset" type="float" value="0.1" optional="true" label="MassDefectOffset" >
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
375 <help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
376 </help>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
377 </param>
b4f82d15cac0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 6a5e8ce4711ed38bfb437a76d3a3d8dd8b322fed-dirty
galaxyp
parents: 1
diff changeset
378
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
379 <param name="SE_MinRTRange" type="float" value="" optional="true" label="MinRTRange" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
380 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
381
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
382 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
383 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
384 <param name="SE_MaxNoPeakCluster" type="integer" value="" optional="true" label="MaxNoPeakCluster" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
385 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
386 SE.MaxNoPeakCluster (new parameter in v1.4): Maximum number of isotope peaks for a precursor feature.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
387 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
388 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
389 <param name="SE_MinNoPeakCluster" type="integer" value="" optional="true" label="MinNoPeakCluster" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
390 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
391 SE.MinNoPeakCluster (new parameter in v1.4): Minimum number of isotope peaks for a precursor feature. When it is set as 1, the algorithm will group fragments even for peaks without any isotope signal being found. For these cases, the assumed charged states will be from the parameter SE.StartCharge to SE.EndCharge.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
392 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
393 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
394 <param name="SE_MinMS2NoPeakCluster" type="integer" value="" optional="true" label="MinMS2NoPeakCluster" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
395 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
396 SE.MinMS2NoPeakCluster (new parameter in v1.4): Minimum number of isotope peaks for a MS2 feature. When it is set as 1, the algorithm will group fragments even for peaks without any isotope signal being found. For these cases, the assumed charged states will be from the parameter SE.StartCharge to SE.EndCharge.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
397
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
398 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
399 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
400 <param name="SE_RTtol" type="float" value="" optional="true" label="RTtol" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
401 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
402 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
403 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
404 <param name="SE_NoPeakPerMin" type="integer" value="" optional="true" label="NoPeakPerMin" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
405 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
406 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
407 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
408 <param name="SE_NoMissedScan" type="integer" value="" optional="true" label="NoMissedScan" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
409 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
410 SE.NoMissedScan: Maximum number of consecutive "gaps" allowed during extraction of elution profile (scans, in which the precursor mass being traced was not detected). E.g. if set to 1 and a particular mass can be found at every second scan, the algorithm will trace such a peak unless it can't find the peak in 2 scans in a row.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
411 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
412 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
413 <param name="SE_Denoise" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Denoise" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
414 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
415 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
416 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
417 <param name="SE_EstimateBG" type="boolean" truevalue="true" falsevalue="false" checked="true" label="EstimateBG" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
418 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
419 SE.MinFrag: Minimum number of fragments for a precursor. Precursors which have less than the set number of fragments will be removed from pseudo MS/MS spectra.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
420 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
421 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
422 <param name="SE_RemoveGroupedPeaks" type="boolean" truevalue="true" falsevalue="false" checked="true" label="RemoveGroupedPeaks" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
423 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
424 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
425 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
426 <param name="SE_MinFrag" type="integer" value="" optional="true" label="MinFrag" >
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
427 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
428 SE.MinFrag: Minimum number of fragments for a precursor. Precursors which have less than the set number of fragments will be removed from pseudo MS/MS spectra.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
429 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
430 </param>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
431 </when>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
432 </conditional>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
433
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
434 <param name="ExportPrecursorPeak" type="boolean" truevalue="true" falsevalue="false" checked="false"
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
435 label="ExportPrecursorPeak"
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
436 help="Output detailed information about detected MS1 precursor and MS2 unfragmented precursor signals"/>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
437 <param name="ExportFragmentPeak" type="boolean" truevalue="true" falsevalue="false" checked="false"
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
438 label="ExportFragmentPeak"
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
439 help="Output detailed information about detected MS2 signals"/>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
440 <param name="se_extraction_data" type="boolean" truevalue="Signal Extraction data" falsevalue="diaumpire_se.params" checked="false"
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
441 label="Output Signal Extraction data for DIA_Umpire_Quant" />
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
442 <param name="mgfs_as_collection" type="boolean" truevalue="true" falsevalue="false" checked="false"
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
443 label="Output MGFs as a collection" />
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
444
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
445 </inputs>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
446
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
447 <outputs>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
448 <data format="txt" name="logfile" label="${tool.name} ${on_string} log"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
449 <data format="dia_umpire.ser" name="se_ser" label="${tool.name} ${input.name} ${se_extraction_data}">
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
450 <filter>se_extraction_data</filter>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
451 </data>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
452 <data format="txt" name="params" label="${tool.name} ${input.name} ${se_extraction_data}">
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
453 <filter>not se_extraction_data</filter>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
454 </data>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
455 <data format="csv" name="PrecursorPeak" label="${tool.name} ${input.name} PeakCluster.csv" from_work_dir="gx_path/swath_PeakCurve.csv">
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
456 <filter>ExportPrecursorPeak</filter>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
457 </data>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
458 <!--
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
459 <data format="csv" name="FragmentPeak" label="" from_work_dir="gx_path/swath_PeakCurve.csv">
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
460 <filter>ExportFragmentPeak</filter>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
461 </data>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
462 -->
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
463 <collection name="dia_umpire_se_mgfs" type="list" label="${tool.name} MGFs">
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
464 <filter>mgfs_as_collection</filter>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
465 <discover_datasets pattern="(?P&lt;name&gt;.*Q[1-3]\.mgf)" ext="mgf" visible="false" directory="gx_path" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
466 </collection>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
467 <data format="mgf" name="q1_mgf" label="${tool.name} ${($input.name[:-6] if $input.name.endswith('.mxXML') or $input.name.endswith('.mxxml') else $input.name).rsplit('.',1)[0]}_Q1.mgf" >
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
468 <filter>not mgfs_as_collection</filter>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
469 </data>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
470 <data format="mgf" name="q2_mgf" label="${tool.name} ${($input.name[:-6] if $input.name.endswith('.mxXML') or $input.name.endswith('.mxxml') else $input.name).rsplit('.',1)[0]}_Q2.mgf" >
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
471 <filter>not mgfs_as_collection</filter>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
472 </data>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
473 <data format="mgf" name="q3_mgf" label="${tool.name} ${($input.name[:-6] if $input.name.endswith('.mxXML') or $input.name.endswith('.mxxml') else $input.name).rsplit('.',1)[0]}_Q3.mgf" >
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
474 <filter>not mgfs_as_collection</filter>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
475 </data>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
476 </outputs>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
477 <tests>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
478 <test>
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
479 <param name="input" value="LongSwath_UPS1_1ug_rep1_xs.mzXML" ftype="mzxml"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
480 <conditional name="instrument">
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
481 <param name="model" value="AB_SCIEX_Triple_TOF_5600"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
482 <param name="SE_MS1PPM" value="30"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
483 <param name="SE_MS2PPM" value="40"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
484 <conditional name="window">
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
485 <param name="WindowType" value="SWATH"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
486 <param name="WindowSize" value="25"/>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
487 </conditional>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
488 </conditional>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
489 <output name="q2_mgf">
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
490 <assert_contents>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
491 <has_text text="BEGIN IONS" />
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
492 <has_text_matching expression="^PEPMASS=740.\d+$" />
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
493 </assert_contents>
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
494 </output>
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
495 </test>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
496 </tests>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
497 <help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
498 <![CDATA[
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
499 ================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
500 **DIA-Umpire signal extraction**
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
501 ================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
502
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
503 DIA_Umpire_SE.jar provides the signal extraction module for DIA data (regular SWATH with fixed isolation window size, variable window SWATH, MSX) which generates pseudo MS/MS spectra to be searched against a protein database using conventional proteomics search engines such as X!Tandem, SEQUEST, MSGF+, OMSSA, etc.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
504
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
505 Manual: http://sourceforge.net/projects/diaumpire/files/Manual/DIA_Umpire_Manual_v1.4_pre.pdf
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
506
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
507 **Input** (DIA-Umpire signal extraction module):
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
508 ================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
509
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
510 1. Spectral data in mzXML format
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
511
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
512 **Important**: for AB SCIEX data, use AB SCIEX MS Data Converter (https://sciex.com/x32750):
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
513
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
514 Galaxy tool: https://toolshed.g2.bx.psu.edu/view/galaxyp/ms_data_converter/a36e9f847308
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
515
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
516 Use it for .wiff -> .mzML conversion, then use MSConvert for .mzML -> .mzXML. Read "Raw spectral data files conversion to mzXML" section in the manual for more details.
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
517
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
518
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
519 **Signal extraction parameters**:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
520 =================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
521
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
522 *SE.MS1PPM*: (Unit: ppm) Maximum mass error for two MS1 peaks in consecutive spectra to be considered signal of the same ion. Used in MS1 signal detection and precursor alignment between samples/runs. Recommended value: Depends on the instrument. Typical values are 5-10 ppm for Thermo Orbitrap, 20-40pm for AB SCIEX Triple TOF 5600.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
523
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
524 *SE.MS2PPM*: (Unit: ppm) Maximum mass error for two MS2 peaks in consecutive spectra to be considered signal of the same ion. Recommended value: Depends on the instrument. If fragmentation spectra are measured with the same detector as MS1 spectra, set the same as Para.MS1PPM or a little higher, e.g. if you've set Para.MS1PPM=30 ppm for AB SCIEX Triple TOF 5600, consider setting to 40ppm.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
525
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
526 *SE.Resolution*: Used only if the input spectra are stored in profile mode (i.e. not centroided, e.g. by using "Peak Picking" option in MSConvert when converting raw spectral data to mzXML format). Profile spectra will be centroided using a sliding window. The window is moved across the entire mass range of a spectrum. Only the most intense peak in the window centered at the peak m/z is kept, others are discarded. The window width is calculated based on this parameter as: width = mz / para.Resolution. Recommended value: Depends on the instrument and acquisition settings. Either check raw data to see the real average resolution of peaks in spectra or consult vendor specifications for the instrument. For AB SCIEX TripleTOF 5600 we use 15000-20000.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
527
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
528 *SE.StartCharge*: The minimum charge state for MS1 precursor ion to be detected during isotopic peak grouping.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
529
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
530 *SE.EndCharge*: The maximum charge state for MS1 precursor ion to be detected during isotopic peak grouping. Recommended value: it is not recommended to set this parameter higher than 5 for typical proteomic experiments, as it is unlikely to observe peptides of higher charge states.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
531
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
532 *SE.MS2StartCharge*: The minimum charge state for MS2 unfragmented precursor ion to be detected during isotopic peak grouping.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
533
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
534 *SE.MS2EndCharge*: The maximum charge state for MS2 unfragmented precursor ion to be detected during isotopic peak grouping. Recommended value: it is not recommended to set this parameter higher than 5 for typical proteomic experiments, as it is unlikely to observe peptides of higher charge states.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
535
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
536 **DIA isolation window settings**:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
537
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
538 *WindowType*: DIA experiment type. DIA is implemented differently by different vendors and current support for data-formats is lacking, so the program needs additional info to properly interpret input spectral data. Supported values in this version:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
539
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
540 * SWATH - fixed window size SWATH, as described in the original SWATH paper. If you're using this option, it's mandatory to specify WindowSize option as well.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
541
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
542 * V_SWATH - variable window size SWATH. If you're using this option, it's mandatory to specify Variable SWATH window setting (see section below).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
543
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
544 * MSX - 2Da isolation window, its position is shuffled randomly until the whole MS1 range is covered, the process is then repeated but coverage of MS1 range by isolation windows will be different because of randomization.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
545
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
546 * MSE - as originally implemented in Waters instruments. The full MS1 range is being fragmented at once.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
547
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
548 *WindowSize*: Isolation window size setting for fixed window SWATH. (Please skip this part if the data is from Thermo instrument) Note: The window size is to be specified including overlapping regions. I.e. if your windows are: 399.5-425.5, 424.5 - 450.5, etc., then the window size should be set to 26. Note: Was tested only on AB SCIEX TripleTOF 5600 and Thermo Q-Exactive and Fusion data.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
549
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
550 Variable SWATH window setting: Isolation settings for variable window size SWATH. (Please skip this part if the data is from Thermo instrument). The format should be a tab-delimited list of m/z low and high values, one window per row.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
551
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
552
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
553 **Output files of DIA-Umpire signal extraction module**:
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
554 ========================================================
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
555
3
6caa9011f245 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
galaxyp
parents: 2
diff changeset
556 1. *DIA_Umpire_SE MGFs* - Three .mgf files per input .mzXML file - pseudo MS/MS spectra sets for different quality categories of detected precursor signals (see the Online Methods of the publication for details). These can be either individual history items or a dataset collection. Example:
0
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
557
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
558 1. <filename>_Q1.mgf
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
559 2. <filename>_Q2.mgf
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
560 3. <filename>_Q3.mgf
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
561
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
562 Note: Each file corresponds to a different "quality level" of precursor ions (Q1= More than two isotopic peaks detected in MS1, Q2 = only two isotopic peak detected, Q3 = detected unfragmented precursor in MS2). These spectra are written to separate files, because they must be searched separately against a protein database as a consequence of differences in FDR estimates for these varying quality data.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
563
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
564 2. *DIA_Umpire_SE Signal Extraction data* - includes the binary files (.ser) containing contain all necessary information for quantitation procedures (parameter settings, all detected precursor and fragment peaks, precursor-fragment grouping information).
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
565
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
566 3. If ExportPrecursorPeak and/or ExportFragmentPeak options were set to true, text files with detailed information about detected MS1 and/or MS2 features will be generated.
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
567
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
568
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
569 ]]>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
570 </help>
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
571 <expand macro="citations" />
e8f7be6a6e59 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 5bcb19e47887db334a55235b65eca91c89905fb8
galaxyp
parents:
diff changeset
572 </tool>