changeset 1:8c0659a78e06 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_psmstatistics commit 28244fe226c9bd5326886bf21960cbb43a4be2ec"
author galaxyp
date Fri, 27 Aug 2021 07:28:16 +0000
parents e0a6a00762de
children f6457eed9442
files proteomiqon_psmstatistics.xml test-data/result_1.json test-data/result_2.json
diffstat 3 files changed, 4 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/proteomiqon_psmstatistics.xml	Sun Jul 18 13:52:37 2021 +0000
+++ b/proteomiqon_psmstatistics.xml	Fri Aug 27 07:28:16 2021 +0000
@@ -3,7 +3,7 @@
         utilizes semi supervised machine learning techniques to integrate search engine scores as well as the mentioned quality scores into one single consensus score.
     </description>
     <macros>
-        <token name="@VERSION@">0.0.6</token>
+        <token name="@VERSION@">0.0.7</token>
     </macros>
     <requirements>
         <requirement type="package" version="@VERSION@">proteomiqon-psmstatistics</requirement>
@@ -35,7 +35,7 @@
                             "MaxIterations" : $ThresholdCond.MaxIterations,
                             "MinimumIncreaseBetweenIterations" : $ThresholdCond.MinimumIncreaseBetweenIterations,
                             "PepValueFittingMethod" : {
-                                "Case":"$ThresholdCond.PepValueFittingMethod"
+                                "Case":"LinearLogit"
                             }
                         }
                     ]
@@ -69,10 +69,6 @@
                 <param name="PepValueThreshold" type="float" value="0.05" label="Pep-Value threshold" />
                 <param name="MaxIterations" type="integer" value="15" label="Max iterations" />
                 <param name="MinimumIncreaseBetweenIterations" type="float" value="0.005" label="Minimum increase between iterations" />
-                <param name="PepValueFittingMethod" type="select" label="Pep-Value fitting method">
-                    <option value="LinearSpline">Linear Spline</option>
-                    <option value="LogisticRegressionLogit" selected="true">Logistic Regression Logit</option>
-                </param>
             </when>
             <when value="Fixed">
                 <param name="SequestLike" type="float" value="5.0" label="Sequest like" />
@@ -102,7 +98,6 @@
                 <param name="PepValueThreshold" value="0.05"/>
                 <param name="MaxIterations" value="15"/>
                 <param name="MinimumIncreaseBetweenIterations" value="0.005"/>
-                <param name="PepValueFittingMethod" value="LinearSpline"/>
             </conditional>
         </test>
         <test expect_num_outputs="2">
@@ -116,7 +111,6 @@
                 <param name="PepValueThreshold" value="0.05"/>
                 <param name="MaxIterations" value="15"/>
                 <param name="MinimumIncreaseBetweenIterations" value="0.005"/>
-                <param name="PepValueFittingMethod" value="LinearSpline"/>
             </conditional>
             <output name="out_paramfile" file="result_1.json"/>
         </test>
@@ -131,7 +125,6 @@
                 <param name="PepValueThreshold" value="0.05"/>
                 <param name="MaxIterations" value="15"/>
                 <param name="MinimumIncreaseBetweenIterations" value="0.005"/>
-                <param name="PepValueFittingMethod" value="LogisticRegressionLogit"/>
             </conditional>
             <output name="out_paramfile" file="result_2.json"/>
         </test>
--- a/test-data/result_1.json	Sun Jul 18 13:52:37 2021 +0000
+++ b/test-data/result_1.json	Fri Aug 27 07:28:16 2021 +0000
@@ -12,7 +12,7 @@
                             "MaxIterations" : 15,
                             "MinimumIncreaseBetweenIterations" : 0.005,
                             "PepValueFittingMethod" : {
-                                "Case":"LinearSpline"
+                                "Case":"LinearLogit"
                             }
                         }
                     ]
--- a/test-data/result_2.json	Sun Jul 18 13:52:37 2021 +0000
+++ b/test-data/result_2.json	Fri Aug 27 07:28:16 2021 +0000
@@ -12,7 +12,7 @@
                             "MaxIterations" : 15,
                             "MinimumIncreaseBetweenIterations" : 0.005,
                             "PepValueFittingMethod" : {
-                                "Case":"LogisticRegressionLogit"
+                                "Case":"LinearLogit"
                             }
                         }
                     ]