| Previous changeset 1:f831f7d721f8 (2021-08-27) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_psmstatistics commit e7c2a9635db7ae5bf7cacd5d47c77e07d2bd4bc1 |
|
modified:
proteomiqon_psmstatistics.xml test-data/result_1.json test-data/result_2.json |
| b |
| diff -r f831f7d721f8 -r 9ac2e8232c5c proteomiqon_psmstatistics.xml --- a/proteomiqon_psmstatistics.xml Fri Aug 27 07:28:43 2021 +0000 +++ b/proteomiqon_psmstatistics.xml Fri Aug 05 12:25:31 2022 +0000 |
| b |
| @@ -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" } } ] |
| b |
| diff -r f831f7d721f8 -r 9ac2e8232c5c test-data/result_1.json --- a/test-data/result_1.json Fri Aug 27 07:28:43 2021 +0000 +++ b/test-data/result_1.json Fri Aug 05 12:25:31 2022 +0000 |
| b |
| @@ -12,7 +12,7 @@ "MaxIterations" : 15, "MinimumIncreaseBetweenIterations" : 0.005, "PepValueFittingMethod" : { - "Case":"LinearLogit" + "Case":"IRLS" } } ] |
| b |
| diff -r f831f7d721f8 -r 9ac2e8232c5c test-data/result_2.json --- a/test-data/result_2.json Fri Aug 27 07:28:43 2021 +0000 +++ b/test-data/result_2.json Fri Aug 05 12:25:31 2022 +0000 |
| b |
| @@ -12,7 +12,7 @@ "MaxIterations" : 15, "MinimumIncreaseBetweenIterations" : 0.005, "PepValueFittingMethod" : { - "Case":"LinearLogit" + "Case":"IRLS" } } ] |