changeset 2:f6457eed9442 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_psmstatistics commit e7c2a9635db7ae5bf7cacd5d47c77e07d2bd4bc1
author galaxyp
date Fri, 05 Aug 2022 12:24:53 +0000
parents 8c0659a78e06
children
files proteomiqon_psmstatistics.xml test-data/result_1.json test-data/result_2.json
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/proteomiqon_psmstatistics.xml	Fri Aug 27 07:28:16 2021 +0000
+++ b/proteomiqon_psmstatistics.xml	Fri Aug 05 12:24:53 2022 +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.7</token>
+        <token name="@VERSION@">0.0.8</token>
     </macros>
     <requirements>
         <requirement type="package" version="@VERSION@">proteomiqon-psmstatistics</requirement>
@@ -35,7 +35,7 @@
                             "MaxIterations" : $ThresholdCond.MaxIterations,
                             "MinimumIncreaseBetweenIterations" : $ThresholdCond.MinimumIncreaseBetweenIterations,
                             "PepValueFittingMethod" : {
-                                "Case":"LinearLogit"
+                                "Case":"IRLS"
                             }
                         }
                     ]
--- a/test-data/result_1.json	Fri Aug 27 07:28:16 2021 +0000
+++ b/test-data/result_1.json	Fri Aug 05 12:24:53 2022 +0000
@@ -12,7 +12,7 @@
                             "MaxIterations" : 15,
                             "MinimumIncreaseBetweenIterations" : 0.005,
                             "PepValueFittingMethod" : {
-                                "Case":"LinearLogit"
+                                "Case":"IRLS"
                             }
                         }
                     ]
--- a/test-data/result_2.json	Fri Aug 27 07:28:16 2021 +0000
+++ b/test-data/result_2.json	Fri Aug 05 12:24:53 2022 +0000
@@ -12,7 +12,7 @@
                             "MaxIterations" : 15,
                             "MinimumIncreaseBetweenIterations" : 0.005,
                             "PepValueFittingMethod" : {
-                                "Case":"LinearLogit"
+                                "Case":"IRLS"
                             }
                         }
                     ]