annotate proteomiqon_labeledproteinquantification.xml @ 1:764e011f1b0e draft default tip

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
author galaxyp
date Fri, 17 Sep 2021 16:30:39 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1 <tool id="proteomiqon_labeledproteinquantification" name="Proteomiqon LabeledProteinQuantification" version="@VERSION@" profile="20.05">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2 <description>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
3 estimates protein abundances using quantified peptide ions.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
4 </description>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
5 <macros>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
6 <token name="@VERSION@">0.0.1</token>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
7 <import>aggregationparams.xml</import>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
8 </macros>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
9 <requirements>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
10 <requirement type="package" version="@VERSION@">proteomiqon-labeledproteinquantification</requirement>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
11 </requirements>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
13 #import re
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
14 #for $quantAndProtFile in $proteinassignedquantpepions
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
15 #set basename = $re.sub(r'[^\w ,.\-+]','_',$quantAndProtFile.element_identifier)
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
16 ln -s '$quantAndProtFile' '${basename}.quantAndProt' &&
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
17 #end for
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
18 #if $outputParamfile:
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
19 cat '$paramfile' >> '$out_paramfile' &&
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
20 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
21 ln -s '$out_labeledQuant' 'LabeledQuant.txt' &&
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
22 proteomiqon-labeledproteinquantification -i './' -p '$paramfile' -o './'
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
23 ]]>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
24 </command>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
25 <configfiles>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
26 <configfile name="paramfile">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
27 <![CDATA[
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
28 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
29 #if $CorrelationLightHeavyThreshold
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
30 "Correlation_Light_Heavy_Threshold": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
31 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
32 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
33 ${CorrelationLightHeavyThreshold}
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
34 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
35 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
36 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
37 "Correlation_Light_Heavy_Threshold": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
38 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
39 "ModificationFilter": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
40 "Case": "${ModificationFilterCond.ModificationFilter}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
41 #if $ModificationFilterCond.ModificationFilter == "UseOnly"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
42 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
43 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
44 #for $mod in $ModificationFilterCond.ModificationFilterSequence
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
45 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
46 "Case": "${mod}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
47 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
48 #end for
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
49 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
50 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
51 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
52 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
53 "AggregateGlobalModificationsParams": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
54 #set $aggregationParams = $GlobalAggregationParams
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
55 #set $labeledTransformSection = $aggregationParams.LabeledTransform
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
56 #set $labeledTransformLight = $labeledTransformSection.LabeledTransformLightCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
57 #set $labeledTransformHeavy = $labeledTransformSection.LabeledTransformHeavyCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
58 #set $labeledTransformRatio = $labeledTransformSection.LabeledTransformRatioCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
59 #if $labeledTransformLight.Type == "None" and $labeledTransformHeavy.Type == "None" and $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
60 "LabeledTransform": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
61 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
62 "LabeledTransform": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
63 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
64 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
65 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
66 #if $labeledTransformLight.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
67 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
68 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
69 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
70 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
71 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
72 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
73 "Case": "${labeledTransformLight.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
74 #if $labeledTransformLight.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
75 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
76 $labeledTransformLight.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
77 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
78 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
79 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
80 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
81 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
82 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
83 #if $labeledTransformHeavy.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
84 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
85 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
86 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
87 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
88 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
89 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
90 "Case": "${labeledTransformHeavy.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
91 #if $labeledTransformHeavy.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
92 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
93 $labeledTransformHeavy.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
94 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
95 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
96 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
97 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
98 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
99 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
100 #if $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
101 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
102 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
103 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
104 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
105 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
106 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
107 "Case": "${labeledTransformRatio.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
108 #if $labeledTransformRatio.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
109 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
110 $labeledTransformRatio.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
111 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
112 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
113 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
114 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
115 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
116 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
117 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
118 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
119 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
120 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
121 #set $labeledSingleFiltersSection = $aggregationParams.LabeledSingleFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
122 #set $labeledSingleFiltersLight = $labeledSingleFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
123 #set $labeledSingleFiltersHeavy = $labeledSingleFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
124 #set $labeledSingleFiltersRatio = $labeledSingleFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
125 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
126 not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
127 not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
128 "LabeledSingleFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
129 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
130 "LabeledSingleFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
131 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
132 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
133 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
134 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
135 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
136 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
137 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
138 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
139 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
140 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
141 #if $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
142 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
143 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
144 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
145 $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
146 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
147 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
148 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
149 #if $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
150 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
151 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
152 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
153 $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
154 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
155 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
156 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
157 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
158 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
159 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
160 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
161 #if not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
162 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
163 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
164 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
165 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
166 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
167 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
168 #if $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
169 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
170 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
171 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
172 $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
173 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
174 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
175 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
176 #if $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
177 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
178 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
179 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
180 $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
181 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
182 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
183 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
184 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
185 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
186 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
187 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
188 #if not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
189 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
190 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
191 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
192 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
193 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
194 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
195 #if $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
196 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
197 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
198 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
199 $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
200 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
201 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
202 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
203 #if $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
204 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
205 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
206 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
207 $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
208 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
209 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
210 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
211 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
212 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
213 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
214 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
215 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
216 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
217 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
218 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
219 #set $labeledGroupFiltersSection = $aggregationParams.LabeledGroupFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
220 #set $labeledGroupFiltersLight = $labeledGroupFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
221 #set $labeledGroupFiltersHeavy = $labeledGroupFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
222 #set $labeledGroupFiltersRatio = $labeledGroupFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
223 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
224 not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
225 not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
226 "LabeledGroupFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
227 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
228 "LabeledGroupFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
229 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
230 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
231 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
232
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
233
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
234 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
235 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
236 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
237 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
238 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
239 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
240 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
241 #if $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
242 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
243 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
244 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
245 $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
246 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
247 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
248 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
249 #if $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
250 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
251 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
252 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
253 $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
254 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
255 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
256 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
257 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
258 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
259 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
260 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
261 #if not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
262 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
263 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
264 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
265 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
266 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
267 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
268 #if $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
269 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
270 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
271 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
272 $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
273 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
274 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
275 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
276 #if $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
277 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
278 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
279 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
280 $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
281 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
282 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
283 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
284 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
285 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
286 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
287 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
288 #if not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
289 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
290 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
291 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
292 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
293 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
294 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
295 #if $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
296 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
297 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
298 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
299 $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
300 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
301 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
302 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
303 #if $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
304 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
305 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
306 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
307 $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
308 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
309 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
310 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
311 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
312 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
313 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
314 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
315 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
316 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
317 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
318 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
319 "LabeledAggregation": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
320 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
321 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationLight}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
322 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
323 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
324 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationHeavy}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
325 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
326 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
327 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationRatio}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
328 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
329 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
330 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
331 #set $aggregationParams = $AggregatePeptideChargeStatesParams.AggregatePeptideChargeStatesParamsCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
332 #if $aggregationParams.AggregatePeptideChargeStatesParamsEnabled == "no"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
333 "AggregatePeptideChargeStatesParams": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
334 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
335 "AggregatePeptideChargeStatesParams": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
336 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
337 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
338 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
339 #set $labeledTransformSection = $aggregationParams.LabeledTransform
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
340 #set $labeledTransformLight = $labeledTransformSection.LabeledTransformLightCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
341 #set $labeledTransformHeavy = $labeledTransformSection.LabeledTransformHeavyCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
342 #set $labeledTransformRatio = $labeledTransformSection.LabeledTransformRatioCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
343 #if $labeledTransformLight.Type == "None" and $labeledTransformHeavy.Type == "None" and $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
344 "LabeledTransform": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
345 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
346 "LabeledTransform": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
347 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
348 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
349 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
350 #if $labeledTransformLight.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
351 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
352 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
353 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
354 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
355 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
356 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
357 "Case": "${labeledTransformLight.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
358 #if $labeledTransformLight.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
359 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
360 $labeledTransformLight.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
361 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
362 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
363 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
364 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
365 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
366 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
367 #if $labeledTransformHeavy.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
368 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
369 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
370 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
371 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
372 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
373 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
374 "Case": "${labeledTransformHeavy.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
375 #if $labeledTransformHeavy.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
376 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
377 $labeledTransformHeavy.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
378 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
379 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
380 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
381 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
382 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
383 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
384 #if $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
385 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
386 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
387 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
388 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
389 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
390 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
391 "Case": "${labeledTransformRatio.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
392 #if $labeledTransformRatio.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
393 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
394 $labeledTransformRatio.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
395 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
396 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
397 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
398 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
399 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
400 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
401 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
402 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
403 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
404 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
405 #set $labeledSingleFiltersSection = $aggregationParams.LabeledSingleFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
406 #set $labeledSingleFiltersLight = $labeledSingleFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
407 #set $labeledSingleFiltersHeavy = $labeledSingleFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
408 #set $labeledSingleFiltersRatio = $labeledSingleFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
409 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
410 not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
411 not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
412 "LabeledSingleFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
413 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
414 "LabeledSingleFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
415 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
416 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
417 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
418 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
419 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
420 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
421 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
422 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
423 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
424 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
425 #if $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
426 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
427 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
428 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
429 $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
430 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
431 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
432 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
433 #if $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
434 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
435 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
436 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
437 $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
438 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
439 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
440 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
441 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
442 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
443 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
444 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
445 #if not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
446 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
447 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
448 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
449 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
450 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
451 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
452 #if $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
453 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
454 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
455 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
456 $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
457 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
458 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
459 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
460 #if $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
461 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
462 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
463 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
464 $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
465 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
466 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
467 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
468 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
469 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
470 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
471 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
472 #if not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
473 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
474 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
475 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
476 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
477 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
478 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
479 #if $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
480 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
481 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
482 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
483 $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
484 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
485 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
486 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
487 #if $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
488 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
489 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
490 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
491 $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
492 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
493 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
494 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
495 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
496 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
497 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
498 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
499 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
500 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
501 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
502 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
503 #set $labeledGroupFiltersSection = $aggregationParams.LabeledGroupFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
504 #set $labeledGroupFiltersLight = $labeledGroupFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
505 #set $labeledGroupFiltersHeavy = $labeledGroupFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
506 #set $labeledGroupFiltersRatio = $labeledGroupFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
507 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
508 not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
509 not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
510 "LabeledGroupFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
511 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
512 "LabeledGroupFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
513 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
514 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
515 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
516 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
517 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
518 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
519 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
520 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
521 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
522 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
523 #if $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
524 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
525 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
526 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
527 $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
528 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
529 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
530 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
531 #if $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
532 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
533 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
534 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
535 $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
536 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
537 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
538 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
539 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
540 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
541 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
542 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
543 #if not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
544 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
545 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
546 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
547 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
548 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
549 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
550 #if $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
551 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
552 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
553 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
554 $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
555 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
556 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
557 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
558 #if $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
559 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
560 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
561 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
562 $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
563 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
564 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
565 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
566 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
567 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
568 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
569 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
570 #if not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
571 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
572 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
573 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
574 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
575 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
576 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
577 #if $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
578 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
579 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
580 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
581 $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
582 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
583 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
584 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
585 #if $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
586 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
587 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
588 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
589 $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
590 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
591 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
592 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
593 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
594 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
595 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
596 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
597 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
598 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
599 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
600 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
601 "LabeledAggregation": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
602 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
603 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationLight}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
604 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
605 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
606 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationHeavy}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
607 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
608 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
609 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationRatio}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
610 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
611 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
612 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
613 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
614 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
615 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
616 #set $aggregationParams = $AggregateModifiedPeptidesParams.AggregateModifiedPeptidesParamsCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
617 #if $aggregationParams.AggregateModifiedPeptidesParamsEnabled == "no"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
618 "AggregateModifiedPeptidesParams": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
619 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
620 "AggregateModifiedPeptidesParams": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
621 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
622 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
623 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
624 #set $labeledTransformSection = $aggregationParams.LabeledTransform
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
625 #set $labeledTransformLight = $labeledTransformSection.LabeledTransformLightCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
626 #set $labeledTransformHeavy = $labeledTransformSection.LabeledTransformHeavyCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
627 #set $labeledTransformRatio = $labeledTransformSection.LabeledTransformRatioCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
628 #if $labeledTransformLight.Type == "None" and $labeledTransformHeavy.Type == "None" and $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
629 "LabeledTransform": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
630 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
631 "LabeledTransform": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
632 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
633 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
634 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
635 #if $labeledTransformLight.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
636 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
637 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
638 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
639 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
640 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
641 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
642 "Case": "${labeledTransformLight.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
643 #if $labeledTransformLight.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
644 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
645 $labeledTransformLight.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
646 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
647 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
648 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
649 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
650 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
651 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
652 #if $labeledTransformHeavy.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
653 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
654 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
655 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
656 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
657 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
658 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
659 "Case": "${labeledTransformHeavy.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
660 #if $labeledTransformHeavy.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
661 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
662 $labeledTransformHeavy.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
663 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
664 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
665 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
666 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
667 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
668 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
669 #if $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
670 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
671 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
672 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
673 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
674 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
675 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
676 "Case": "${labeledTransformRatio.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
677 #if $labeledTransformRatio.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
678 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
679 $labeledTransformRatio.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
680 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
681 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
682 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
683 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
684 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
685 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
686 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
687 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
688 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
689 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
690 #set $labeledSingleFiltersSection = $aggregationParams.LabeledSingleFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
691 #set $labeledSingleFiltersLight = $labeledSingleFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
692 #set $labeledSingleFiltersHeavy = $labeledSingleFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
693 #set $labeledSingleFiltersRatio = $labeledSingleFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
694 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
695 not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
696 not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
697 "LabeledSingleFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
698 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
699 "LabeledSingleFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
700 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
701 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
702 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
703 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
704 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
705 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
706 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
707 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
708 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
709 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
710 #if $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
711 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
712 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
713 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
714 $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
715 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
716 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
717 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
718 #if $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
719 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
720 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
721 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
722 $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
723 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
724 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
725 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
726 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
727 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
728 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
729 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
730 #if not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
731 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
732 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
733 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
734 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
735 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
736 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
737 #if $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
738 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
739 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
740 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
741 $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
742 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
743 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
744 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
745 #if $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
746 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
747 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
748 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
749 $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
750 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
751 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
752 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
753 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
754 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
755 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
756 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
757 #if not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
758 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
759 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
760 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
761 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
762 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
763 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
764 #if $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
765 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
766 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
767 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
768 $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
769 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
770 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
771 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
772 #if $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
773 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
774 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
775 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
776 $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
777 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
778 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
779 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
780 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
781 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
782 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
783 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
784 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
785 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
786 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
787 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
788 #set $labeledGroupFiltersSection = $aggregationParams.LabeledGroupFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
789 #set $labeledGroupFiltersLight = $labeledGroupFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
790 #set $labeledGroupFiltersHeavy = $labeledGroupFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
791 #set $labeledGroupFiltersRatio = $labeledGroupFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
792 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
793 not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
794 not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
795 "LabeledGroupFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
796 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
797 "LabeledGroupFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
798 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
799 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
800 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
801 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
802 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
803 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
804 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
805 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
806 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
807 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
808 #if $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
809 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
810 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
811 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
812 $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
813 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
814 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
815 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
816 #if $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
817 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
818 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
819 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
820 $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
821 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
822 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
823 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
824 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
825 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
826 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
827 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
828 #if not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
829 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
830 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
831 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
832 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
833 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
834 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
835 #if $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
836 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
837 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
838 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
839 $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
840 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
841 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
842 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
843 #if $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
844 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
845 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
846 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
847 $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
848 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
849 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
850 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
851 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
852 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
853 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
854 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
855 #if not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
856 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
857 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
858 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
859 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
860 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
861 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
862 #if $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
863 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
864 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
865 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
866 $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
867 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
868 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
869 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
870 #if $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
871 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
872 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
873 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
874 $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
875 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
876 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
877 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
878 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
879 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
880 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
881 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
882 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
883 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
884 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
885 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
886 "LabeledAggregation": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
887 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
888 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationLight}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
889 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
890 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
891 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationHeavy}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
892 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
893 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
894 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationRatio}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
895 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
896 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
897 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
898 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
899 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
900 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
901 "AggregateToProteinGroupsParams": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
902 #set $aggregationParams = $AggregateToProteinGroupsParams
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
903 #set $labeledTransformSection = $aggregationParams.LabeledTransform
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
904 #set $labeledTransformLight = $labeledTransformSection.LabeledTransformLightCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
905 #set $labeledTransformHeavy = $labeledTransformSection.LabeledTransformHeavyCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
906 #set $labeledTransformRatio = $labeledTransformSection.LabeledTransformRatioCond
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
907 #if $labeledTransformLight.Type == "None" and $labeledTransformHeavy.Type == "None" and $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
908 "LabeledTransform": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
909 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
910 "LabeledTransform": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
911 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
912 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
913 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
914 #if $labeledTransformLight.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
915 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
916 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
917 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
918 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
919 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
920 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
921 "Case": "${labeledTransformLight.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
922 #if $labeledTransformLight.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
923 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
924 $labeledTransformLight.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
925 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
926 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
927 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
928 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
929 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
930 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
931 #if $labeledTransformHeavy.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
932 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
933 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
934 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
935 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
936 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
937 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
938 "Case": "${labeledTransformHeavy.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
939 #if $labeledTransformHeavy.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
940 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
941 $labeledTransformHeavy.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
942 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
943 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
944 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
945 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
946 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
947 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
948 #if $labeledTransformRatio.Type == "None"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
949 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
950 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
951 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
952 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
953 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
954 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
955 "Case": "${labeledTransformRatio.Type}",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
956 #if $labeledTransformRatio.Type != "Log2"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
957 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
958 $labeledTransformRatio.Value
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
959 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
960 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
961 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
962 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
963 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
964 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
965 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
966 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
967 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
968 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
969 #set $labeledSingleFiltersSection = $aggregationParams.LabeledSingleFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
970 #set $labeledSingleFiltersLight = $labeledSingleFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
971 #set $labeledSingleFiltersHeavy = $labeledSingleFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
972 #set $labeledSingleFiltersRatio = $labeledSingleFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
973 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
974 not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
975 not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
976 "LabeledSingleFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
977 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
978 "LabeledSingleFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
979 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
980 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
981 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
982 #if not $labeledSingleFiltersLight.BiggerThan and not $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
983 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
984 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
985 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
986 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
987 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
988 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
989 #if $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
990 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
991 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
992 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
993 $labeledSingleFiltersLight.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
994 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
995 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
996 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
997 #if $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
998 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
999 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1000 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1001 $labeledSingleFiltersLight.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1002 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1003 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1004 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1005 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1006 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1007 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1008 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1009 #if not $labeledSingleFiltersHeavy.BiggerThan and not $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1010 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1011 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1012 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1013 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1014 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1015 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1016 #if $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1017 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1018 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1019 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1020 $labeledSingleFiltersHeavy.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1021 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1022 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1023 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1024 #if $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1025 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1026 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1027 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1028 $labeledSingleFiltersHeavy.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1029 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1030 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1031 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1032 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1033 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1034 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1035 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1036 #if not $labeledSingleFiltersRatio.BiggerThan and not $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1037 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1038 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1039 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1040 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1041 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1042 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1043 #if $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1044 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1045 "Case": "IsBiggerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1046 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1047 $labeledSingleFiltersRatio.BiggerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1048 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1049 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1050 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1051 #if $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1052 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1053 "Case": "IsSmallerThan",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1054 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1055 $labeledSingleFiltersRatio.SmallerThan
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1056 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1057 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1058 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1059 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1060 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1061 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1062 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1063 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1064 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1065 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1066 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1067 #set $labeledGroupFiltersSection = $aggregationParams.LabeledGroupFilters
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1068 #set $labeledGroupFiltersLight = $labeledGroupFiltersSection.Light
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1069 #set $labeledGroupFiltersHeavy = $labeledGroupFiltersSection.Heavy
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1070 #set $labeledGroupFiltersRatio = $labeledGroupFiltersSection.Ratio
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1071 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1072 not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev and \
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1073 not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1074 "LabeledGroupFilters": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1075 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1076 "LabeledGroupFilters": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1077 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1078 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1079 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1080 #if not $labeledGroupFiltersLight.Tukey and not $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1081 "Light": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1082 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1083 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1084 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1085 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1086 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1087 #if $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1088 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1089 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1090 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1091 $labeledGroupFiltersLight.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1092 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1093 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1094 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1095 #if $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1096 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1097 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1098 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1099 $labeledGroupFiltersLight.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1100 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1101 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1102 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1103 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1104 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1105 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1106 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1107 #if not $labeledGroupFiltersHeavy.Tukey and not $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1108 "Heavy": null,
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1109 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1110 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1111 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1112 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1113 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1114 #if $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1115 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1116 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1117 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1118 $labeledGroupFiltersHeavy.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1119 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1120 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1121 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1122 #if $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1123 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1124 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1125 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1126 $labeledGroupFiltersHeavy.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1127 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1128 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1129 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1130 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1131 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1132 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1133 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1134 #if not $labeledGroupFiltersRatio.Tukey and not $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1135 "Ratio": null
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1136 #else
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1137 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1138 "Case": "Some",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1139 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1140 [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1141 #if $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1142 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1143 "Case": "Tukey",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1144 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1145 $labeledGroupFiltersRatio.Tukey
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1146 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1147 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1148 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1149 #if $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1150 {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1151 "Case": "Stdev",
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1152 "Fields": [
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1153 $labeledGroupFiltersRatio.Stdev
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1154 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1155 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1156 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1157 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1158 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1159 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1160 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1161 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1162 ]
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1163 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1164 #end if
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1165 "LabeledAggregation": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1166 "Light": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1167 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationLight}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1168 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1169 "Heavy": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1170 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationHeavy}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1171 },
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1172 "Ratio": {
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1173 "Case": "${aggregationParams.LabeledAggregation.labeledAggregationRatio}"
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1174 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1175 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1176 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1177 }
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1178 ]]>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1179 </configfile>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1180 </configfiles>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1181 <inputs>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1182 <param name="proteinassignedquantpepions" type="data" format="tabular" label="Protein assigned quant pep ions" help="Specify list of .quantAndProt files" multiple="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1183 <param name="CorrelationLightHeavyThreshold" type="float" value="0.0" optional="true" label="Correlation Light Heavy Threshold" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1184 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1185 <param name="ModificationFilter" type="select" label="Modification Filter">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1186 <option value="All" selected="true">All</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1187 <option value="No">No</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1188 <option value="UseOnly">Use Only</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1189 </param>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1190 <when value="All">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1191 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1192 <when value="No">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1193 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1194 <when value="UseOnly">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1195 <param name="ModificationFilterSequence" type="select" label="Sequence" multiple="true">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1196 <option value="Acetylation'ProtNTerm'">Acetylation'ProtNTerm'</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1197 <option value="Carbamidomethyl'Cys'">Carbamidomethyl'Cys'</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1198 <option value="Oxidation'Met'">Oxidation'Met'</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1199 <option value="Phosphorylation'Ser'Thr'Tyr'">Phosphorylation'Ser'Thr'Tyr'</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1200 <option value="Pyro_Glu'GluNterm'">Pyro_Glu'GluNterm'</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1201 <option value="Pyro_Glu'GlnNterm'">Pyro_Glu'GlnNterm'</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1202 </param>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1203 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1204 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1205 <section name="GlobalAggregationParams" title="Aggregate Global Modifications Parameters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1206 <expand macro="AggregationParams" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1207 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1208 <section name="AggregatePeptideChargeStatesParams" title="Aggregate Peptide Charge States Parameters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1209 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1210 <param name="AggregatePeptideChargeStatesParamsEnabled" type="select" label="Specify Aggregate Peptide Charge States Parameters?">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1211 <option value="yes">Yes</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1212 <option value="no" selected="true">No</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1213 </param>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1214 <when value="yes">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1215 <expand macro="AggregationParams" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1216 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1217 <when value="no">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1218 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1219 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1220 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1221 <section name="AggregateModifiedPeptidesParams" title="Aggregate Modified Peptides Parameters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1222 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1223 <param name="AggregateModifiedPeptidesParamsEnabled" type="select" label="Specify Aggregate Modified Peptides Parameters?">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1224 <option value="yes">Yes</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1225 <option value="no" selected="true">No</option>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1226 </param>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1227 <when value="yes">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1228 <expand macro="AggregationParams" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1229 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1230 <when value="no">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1231 </when>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1232 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1233 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1234 <section name="AggregateToProteinGroupsParams" title="Aggregate To Protein Groups Parameters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1235 <expand macro="AggregationParams" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1236 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1237 <param name="outputParamfile" type="boolean" value="false" label="Output parameter file"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1238 </inputs>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1239 <outputs>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1240 <data format="tabular" name="out_labeledQuant" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1241 <data format="json" name="out_paramfile">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1242 <filter>outputParamfile</filter>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1243 </data>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1244 </outputs>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1245 <tests>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1246 <test expect_num_outputs="1">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1247 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1248 <param name="CorrelationLightHeavyThreshold" value="0.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1249 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1250 <param name="ModificationFilter" value="All"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1251 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1252 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1253 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1254 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1255 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1256 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1257 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1258 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1259 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1260 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1261 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1262 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1263 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1264 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1265 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1266 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1267 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1268 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1269 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1270 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1271 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1272 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1273 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1274 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1275 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1276 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1277 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1278 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1279 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1280 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1281 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1282 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1283 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1284 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1285 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1286 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1287 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1288 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1289 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1290 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1291 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1292 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1293 <param name="labeledAggregationLight" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1294 <param name="labeledAggregationHeavy" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1295 <param name="labeledAggregationRatio" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1296 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1297 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1298 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1299 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1300 <param name="AggregateModifiedPeptidesParamsEnabled" value="no" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1301 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1302 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1303 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1304 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1305 <param name="AggregateModifiedPeptidesParamsEnabled" value="no"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1306 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1307 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1308 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1309 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1310 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1311 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1312 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1313 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1314 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1315 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1316 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1317 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1318 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1319 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1320 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1321 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1322 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1323 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1324 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1325 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1326 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1327 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1328 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1329 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1330 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1331 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1332 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1333 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1334 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1335 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1336 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1337 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1338 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1339 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1340 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1341 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1342 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1343 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1344 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1345 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1346 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1347 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1348 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1349 <param name="labeledAggregationLight" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1350 <param name="labeledAggregationHeavy" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1351 <param name="labeledAggregationRatio" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1352 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1353 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1354 <param name="outputParamfile" value="false"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1355 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1356 <test expect_num_outputs="2">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1357 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1358 <param name="CorrelationLightHeavyThreshold" value="0.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1359 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1360 <param name="ModificationFilter" value="All"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1361 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1362 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1363 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1364 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1365 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1366 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1367 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1368 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1369 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1370 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1371 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1372 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1373 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1374 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1375 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1376 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1377 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1378 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1379 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1380 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1381 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1382 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1383 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1384 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1385 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1386 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1387 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1388 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1389 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1390 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1391 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1392 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1393 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1394 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1395 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1396 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1397 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1398 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1399 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1400 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1401 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1402 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1403 <param name="labeledAggregationLight" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1404 <param name="labeledAggregationHeavy" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1405 <param name="labeledAggregationRatio" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1406 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1407 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1408 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1409 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1410 <param name="AggregateModifiedPeptidesParamsEnabled" value="no" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1411 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1412 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1413 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1414 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1415 <param name="AggregateModifiedPeptidesParamsEnabled" value="no"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1416 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1417 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1418 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1419 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1420 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1421 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1422 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1423 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1424 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1425 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1426 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1427 <param name="Type" value="None"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1428 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1429 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1430 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1431 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1432 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1433 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1434 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1435 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1436 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1437 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1438 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1439 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1440 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1441 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1442 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1443 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1444 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1445 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1446 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1447 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1448 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1449 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1450 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1451 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1452 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1453 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1454 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1455 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1456 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1457 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1458 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1459 <param name="labeledAggregationLight" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1460 <param name="labeledAggregationHeavy" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1461 <param name="labeledAggregationRatio" value="Mean"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1462 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1463 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1464 <param name="outputParamfile" value="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1465 <output name="out_paramfile" file="result_1.json"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1466 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1467 <test expect_num_outputs="2">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1468 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1469 <param name="CorrelationLightHeavyThreshold" value="1.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1470 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1471 <param name="ModificationFilter" value="No"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1472 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1473 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1474 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1475 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1476 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1477 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1478 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1479 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1480 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1481 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1482 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1483 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1484 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1485 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1486 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1487 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1488 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1489 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1490 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1491 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1492 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1493 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1494 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1495 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1496 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1497 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1498 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1499 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1500 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1501 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1502 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1503 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1504 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1505 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1506 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1507 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1508 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1509 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1510 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1511 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1512 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1513 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1514 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1515 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1516 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1517 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1518 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1519 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1520 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1521 <param name="AggregatePeptideChargeStatesParamsEnabled" value="yes" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1522 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1523 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1524 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1525 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1526 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1527 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1528 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1529 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1530 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1531 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1532 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1533 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1534 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1535 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1536 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1537 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1538 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1539 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1540 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1541 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1542 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1543 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1544 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1545 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1546 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1547 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1548 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1549 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1550 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1551 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1552 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1553 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1554 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1555 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1556 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1557 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1558 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1559 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1560 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1561 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1562 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1563 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1564 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1565 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1566 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1567 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1568 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1569 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1570 <param name="AggregateModifiedPeptidesParamsEnabled" value="yes"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1571 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1572 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1573 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1574 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1575 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1576 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1577 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1578 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1579 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1580 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1581 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1582 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1583 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1584 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1585 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1586 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1587 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1588 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1589 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1590 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1591 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1592 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1593 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1594 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1595 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1596 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1597 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1598 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1599 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1600 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1601 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1602 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1603 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1604 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1605 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1606 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1607 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1608 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1609 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1610 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1611 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1612 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1613 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1614 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1615 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1616 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1617 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1618 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1619 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1620 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1621 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1622 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1623 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1624 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1625 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1626 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1627 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1628 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1629 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1630 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1631 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1632 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1633 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1634 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1635 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1636 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1637 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1638 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1639 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1640 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1641 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1642 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1643 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1644 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1645 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1646 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1647 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1648 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1649 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1650 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1651 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1652 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1653 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1654 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1655 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1656 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1657 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1658 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1659 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1660 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1661 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1662 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1663 <param name="outputParamfile" value="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1664 <output name="out_paramfile" file="result_2.json"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1665 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1666 <test expect_num_outputs="2">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1667 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1668 <param name="CorrelationLightHeavyThreshold" value="1.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1669 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1670 <param name="ModificationFilter" value="No"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1671 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1672 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1673 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1674 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1675 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1676 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1677 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1678 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1679 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1680 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1681 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1682 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1683 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1684 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1685 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1686 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1687 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1688 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1689 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1690 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1691 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1692 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1693 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1694 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1695 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1696 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1697 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1698 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1699 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1700 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1701 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1702 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1703 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1704 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1705 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1706 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1707 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1708 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1709 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1710 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1711 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1712 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1713 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1714 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1715 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1716 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1717 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1718 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1719 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1720 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1721 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1722 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1723 <param name="AggregatePeptideChargeStatesParamsEnabled" value="yes" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1724 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1725 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1726 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1727 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1728 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1729 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1730 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1731 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1732 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1733 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1734 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1735 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1736 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1737 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1738 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1739 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1740 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1741 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1742 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1743 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1744 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1745 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1746 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1747 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1748 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1749 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1750 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1751 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1752 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1753 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1754 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1755 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1756 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1757 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1758 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1759 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1760 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1761 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1762 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1763 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1764 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1765 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1766 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1767 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1768 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1769 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1770 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1771 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1772 <param name="AggregateModifiedPeptidesParamsEnabled" value="yes"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1773 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1774 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1775 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1776 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1777 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1778 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1779 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1780 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1781 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1782 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1783 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1784 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1785 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1786 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1787 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1788 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1789 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1790 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1791 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1792 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1793 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1794 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1795 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1796 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1797 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1798 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1799 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1800 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1801 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1802 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1803 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1804 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1805 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1806 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1807 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1808 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1809 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1810 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1811 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1812 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1813 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1814 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1815 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1816 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1817 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1818 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1819 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1820 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1821 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1822 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1823 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1824 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1825 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1826 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1827 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1828 <param name="Type" value="Log2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1829 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1830 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1831 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1832 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1833 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1834 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1835 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1836 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1837 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1838 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1839 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1840 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1841 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1842 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1843 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1844 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1845 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1846 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1847 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1848 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1849 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1850 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1851 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1852 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1853 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1854 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1855 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1856 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1857 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1858 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1859 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1860 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1861 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1862 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1863 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1864 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1865 <param name="outputParamfile" value="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1866 <output name="out_paramfile" file="result_3.json"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1867 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1868 <test expect_num_outputs="2">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1869 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1870 <param name="CorrelationLightHeavyThreshold" value="1.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1871 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1872 <param name="ModificationFilter" value="No"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1873 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1874 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1875 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1876 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1877 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1878 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1879 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1880 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1881 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1882 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1883 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1884 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1885 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1886 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1887 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1888 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1889 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1890 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1891 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1892 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1893 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1894 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1895 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1896 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1897 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1898 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1899 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1900 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1901 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1902 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1903 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1904 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1905 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1906 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1907 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1908 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1909 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1910 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1911 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1912 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1913 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1914 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1915 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1916 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1917 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1918 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1919 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1920 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1921 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1922 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1923 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1924 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1925 <param name="AggregatePeptideChargeStatesParamsEnabled" value="yes" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1926 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1927 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1928 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1929 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1930 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1931 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1932 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1933 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1934 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1935 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1936 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1937 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1938 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1939 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1940 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1941 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1942 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1943 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1944 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1945 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1946 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1947 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1948 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1949 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1950 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1951 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1952 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1953 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1954 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1955 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1956 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1957 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1958 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1959 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1960 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1961 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1962 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1963 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1964 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1965 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1966 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1967 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1968 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1969 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1970 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1971 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1972 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1973 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1974 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1975 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1976 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1977 <param name="AggregateModifiedPeptidesParamsEnabled" value="yes"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1978 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1979 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1980 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1981 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1982 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1983 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1984 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1985 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1986 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1987 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1988 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1989 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1990 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1991 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1992 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1993 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1994 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1995 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1996 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1997 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1998 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
1999 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2000 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2001 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2002 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2003 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2004 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2005 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2006 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2007 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2008 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2009 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2010 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2011 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2012 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2013 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2014 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2015 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2016 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2017 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2018 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2019 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2020 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2021 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2022 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2023 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2024 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2025 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2026 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2027 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2028 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2029 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2030 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2031 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2032 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2033 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2034 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2035 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2036 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2037 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2038 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2039 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2040 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2041 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2042 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2043 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2044 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2045 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2046 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2047 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2048 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2049 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2050 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2051 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2052 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2053 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2054 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2055 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2056 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2057 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2058 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2059 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2060 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2061 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2062 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2063 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2064 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2065 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2066 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2067 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2068 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2069 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2070 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2071 <param name="labeledAggregationLight" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2072 <param name="labeledAggregationHeavy" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2073 <param name="labeledAggregationRatio" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2074 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2075 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2076 <param name="outputParamfile" value="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2077 <output name="out_paramfile" file="result_4.json"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2078 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2079 <test expect_num_outputs="2">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2080 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2081 <param name="CorrelationLightHeavyThreshold" value="1.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2082 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2083 <param name="ModificationFilter" value="No"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2084 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2085 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2086 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2087 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2088 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2089 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2090 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2091 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2092 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2093 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2094 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2095 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2096 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2097 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2098 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2099 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2100 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2101 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2102 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2103 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2104 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2105 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2106 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2107 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2108 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2109 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2110 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2111 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2112 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2113 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2114 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2115 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2116 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2117 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2118 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2119 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2120 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2121 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2122 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2123 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2124 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2125 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2126 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2127 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2128 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2129 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2130 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2131 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2132 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2133 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2134 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2135 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2136 <param name="AggregatePeptideChargeStatesParamsEnabled" value="yes" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2137 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2138 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2139 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2140 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2141 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2142 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2143 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2144 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2145 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2146 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2147 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2148 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2149 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2150 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2151 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2152 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2153 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2154 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2155 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2156 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2157 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2158 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2159 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2160 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2161 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2162 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2163 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2164 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2165 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2166 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2167 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2168 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2169 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2170 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2171 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2172 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2173 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2174 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2175 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2176 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2177 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2178 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2179 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2180 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2181 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2182 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2183 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2184 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2185 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2186 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2187 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2188 <param name="AggregateModifiedPeptidesParamsEnabled" value="yes"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2189 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2190 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2191 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2192 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2193 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2194 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2195 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2196 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2197 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2198 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2199 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2200 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2201 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2202 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2203 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2204 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2205 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2206 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2207 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2208 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2209 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2210 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2211 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2212 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2213 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2214 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2215 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2216 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2217 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2218 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2219 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2220 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2221 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2222 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2223 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2224 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2225 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2226 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2227 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2228 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2229 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2230 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2231 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2232 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2233 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2234 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2235 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2236 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2237 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2238 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2239 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2240 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2241 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2242 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2243 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2244 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2245 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2246 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2247 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2248 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2249 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2250 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2251 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2252 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2253 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2254 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2255 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2256 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2257 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2258 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2259 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2260 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2261 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2262 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2263 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2264 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2265 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2266 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2267 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2268 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2269 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2270 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2271 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2272 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2273 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2274 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2275 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2276 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2277 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2278 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2279 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2280 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2281 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2282 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2283 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2284 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2285 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2286 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2287 <param name="outputParamfile" value="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2288 <output name="out_paramfile" file="result_5.json"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2289 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2290 <test expect_num_outputs="2">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2291 <param name="proteinassignedquantpepions" value="sample.quantAndProt"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2292 <param name="CorrelationLightHeavyThreshold" value="1.0"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2293 <conditional name="ModificationFilterCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2294 <param name="ModificationFilter" value="UseOnly"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2295 <param name="ModificationFilterSequence" value="Acetylation'ProtNTerm',Carbamidomethyl'Cys',Oxidation'Met',Phosphorylation'Ser'Thr'Tyr',Pyro_Glu'GluNterm',Pyro_Glu'GlnNterm'"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2296 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2297 <section name="GlobalAggregationParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2298 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2299 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2300 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2301 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2302 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2303 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2304 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2305 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2306 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2307 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2308 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2309 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2310 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2311 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2312 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2313 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2314 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2315 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2316 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2317 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2318 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2319 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2320 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2321 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2322 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2323 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2324 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2325 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2326 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2327 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2328 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2329 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2330 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2331 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2332 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2333 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2334 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2335 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2336 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2337 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2338 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2339 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2340 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2341 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2342 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2343 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2344 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2345 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2346 <section name="AggregatePeptideChargeStatesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2347 <conditional name="AggregatePeptideChargeStatesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2348 <param name="AggregatePeptideChargeStatesParamsEnabled" value="yes" />
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2349 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2350 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2351 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2352 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2353 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2354 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2355 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2356 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2357 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2358 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2359 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2360 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2361 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2362 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2363 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2364 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2365 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2366 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2367 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2368 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2369 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2370 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2371 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2372 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2373 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2374 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2375 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2376 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2377 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2378 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2379 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2380 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2381 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2382 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2383 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2384 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2385 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2386 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2387 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2388 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2389 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2390 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2391 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2392 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2393 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2394 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2395 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2396 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2397 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2398 <section name="AggregateModifiedPeptidesParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2399 <conditional name="AggregateModifiedPeptidesParamsCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2400 <param name="AggregateModifiedPeptidesParamsEnabled" value="yes"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2401 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2402 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2403 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2404 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2405 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2406 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2407 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2408 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2409 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2410 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2411 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2412 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2413 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2414 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2415 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2416 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2417 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2418 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2419 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2420 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2421 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2422 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2423 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2424 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2425 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2426 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2427 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2428 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2429 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2430 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2431 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2432 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2433 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2434 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2435 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2436 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2437 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2438 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2439 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2440 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2441 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2442 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2443 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2444 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2445 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2446 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2447 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2448 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2449 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2450 <section name="AggregateToProteinGroupsParams">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2451 <section name="LabeledTransform">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2452 <conditional name="LabeledTransformLightCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2453 <param name="Type" value="Substract"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2454 <param name="Value" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2455 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2456 <conditional name="LabeledTransformHeavyCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2457 <param name="Type" value="Add"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2458 <param name="Value" value="3"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2459 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2460 <conditional name="LabeledTransformRatioCond">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2461 <param name="Type" value="DivideBy"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2462 <param name="Value" value="4"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2463 </conditional>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2464 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2465 <section name="LabeledSingleFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2466 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2467 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2468 <param name="SmallerThan" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2469 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2470 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2471 <param name="BiggerThan" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2472 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2473 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2474 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2475 <param name="BiggerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2476 <param name="SmallerThan" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2477 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2478 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2479 <section name="LabeledGroupFilters">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2480 <section name="Light">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2481 <param name="Tukey" value="1"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2482 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2483 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2484 <section name="Heavy">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2485 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2486 <param name="Stdev" value="2"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2487 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2488 <section name="Ratio">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2489 <param name="Tukey" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2490 <param name="Stdev" value=""/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2491 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2492 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2493 <section name="LabeledAggregation">
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2494 <param name="labeledAggregationLight" value="Sum"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2495 <param name="labeledAggregationHeavy" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2496 <param name="labeledAggregationRatio" value="Median"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2497 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2498 </section>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2499 <param name="outputParamfile" value="true"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2500 <output name="out_paramfile" file="result_6.json"/>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2501 </test>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2502 </tests>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2503 <help>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2504 <![CDATA[
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2505 What It Does
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2506 ------------
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2507 **Disclaimer** this tool needs a quantAndProt file, which combines the results from ProteinInference and PSMBasedQuantification.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2508
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2509 After quantification and protein inference are performed, it is known which peptide originated from which protein, as well as the intensity of each peptide.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2510 The information available for each peptide now needs to be aggragated for their proteins.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2511
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2512 This tool performs the aggregation from the peptides to the protein in several steps.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2513 The first step for the labeled protein quantification is the aggregation of the differently labeled peptides. Peptides with the same sequence, modifications and
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2514 charge are aggregated and the ratio between the intensity from the light and heavy version is calculated.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2515 The next two aggregation steps are optional. One of them is the aggregation based on charge state. Similarily to the first step, peptides with the same sequence and
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2516 modifications, but different charge states are being aggregated.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2517 The next optional step does the same for peptides with the same sequence, but different modifications. Those steps build upon each other.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2518 The last step is the aggregation of all peptides of a protein. The result of each aggregation step is given as a tab separated file.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2519 The aggregation is performed according to the given parameters for each step. If an optional aggregation is not performed, the next step takes the result from
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2520 the prior aggregation. For example, if aggregation by charge and modification are skipped, the protein aggregation gets a collection of peptides, where a peptidesequence can occur with different charge states and modifications.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2521
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2522 Further Reading
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2523 ---------------
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2524 Additional information about the tool can be found in the `documentation <https://csbiology.github.io/ProteomIQon/tools/LabeledProteinQuantification.html>`_.
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2525 ]]>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2526 </help>
764e011f1b0e "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_labeledproteinquantification commit 8061c6f26807bad85ed483dbe1a28054cbd631a2"
galaxyp
parents:
diff changeset
2527 </tool>