# HG changeset patch # User galaxyp # Date 1659702293 0 # Node ID f6457eed9442c416e8b49e46dda38e94c9183ab8 # Parent 8c0659a78e068cdf61c65c5ca057e1922c84b0ae planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_psmstatistics commit e7c2a9635db7ae5bf7cacd5d47c77e07d2bd4bc1 diff -r 8c0659a78e06 -r f6457eed9442 proteomiqon_psmstatistics.xml --- 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. - 0.0.7 + 0.0.8 proteomiqon-psmstatistics @@ -35,7 +35,7 @@ "MaxIterations" : $ThresholdCond.MaxIterations, "MinimumIncreaseBetweenIterations" : $ThresholdCond.MinimumIncreaseBetweenIterations, "PepValueFittingMethod" : { - "Case":"LinearLogit" + "Case":"IRLS" } } ] diff -r 8c0659a78e06 -r f6457eed9442 test-data/result_1.json --- 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" } } ] diff -r 8c0659a78e06 -r f6457eed9442 test-data/result_2.json --- 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" } } ]