Skip to content

Commit

Permalink
Merge pull request #678 from ZimmerA/update-proteomiqon_psmstatistics…
Browse files Browse the repository at this point in the history
…-0.0.8

Update proteomiqon_psmstatistics to version 0.0.8
  • Loading branch information
bgruening authored Aug 5, 2022
2 parents cda4811 + 46fc551 commit e7c2a96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/proteomiqon_psmstatistics/proteomiqon_psmstatistics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -35,7 +35,7 @@
"MaxIterations" : $ThresholdCond.MaxIterations,
"MinimumIncreaseBetweenIterations" : $ThresholdCond.MinimumIncreaseBetweenIterations,
"PepValueFittingMethod" : {
"Case":"LinearLogit"
"Case":"IRLS"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion tools/proteomiqon_psmstatistics/test-data/result_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"MaxIterations" : 15,
"MinimumIncreaseBetweenIterations" : 0.005,
"PepValueFittingMethod" : {
"Case":"LinearLogit"
"Case":"IRLS"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion tools/proteomiqon_psmstatistics/test-data/result_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"MaxIterations" : 15,
"MinimumIncreaseBetweenIterations" : 0.005,
"PepValueFittingMethod" : {
"Case":"LinearLogit"
"Case":"IRLS"
}
}
]
Expand Down

0 comments on commit e7c2a96

Please sign in to comment.