# HG changeset patch
# User galaxyp
# Date 1659702331 0
# Node ID 9ac2e8232c5c5144634fddeadfea8658671ee0d7
# Parent f831f7d721f8aa17d0f705c3af62472a6fbfe92b
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/proteomiqon_psmstatistics commit e7c2a9635db7ae5bf7cacd5d47c77e07d2bd4bc1
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
@@ -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 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
@@ -12,7 +12,7 @@
"MaxIterations" : 15,
"MinimumIncreaseBetweenIterations" : 0.005,
"PepValueFittingMethod" : {
- "Case":"LinearLogit"
+ "Case":"IRLS"
}
}
]
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
@@ -12,7 +12,7 @@
"MaxIterations" : 15,
"MinimumIncreaseBetweenIterations" : 0.005,
"PepValueFittingMethod" : {
- "Case":"LinearLogit"
+ "Case":"IRLS"
}
}
]