Skip to content

Commit

Permalink
Ready for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Oct 28, 2023
1 parent 5525584 commit a2170a2
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 277 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
vx.x.x
v0.5.0
- Added support for proteases that cleave before an amino acid, e.g. Asp-N, Lys-N
- Fix for empty score field in evidence file
- Add better detection of maxquant evidence files (#7)
- Added support for combining evidence files with different proteases
- Updated GUI to support different digestion parameters per evidence file
- Fix log levels in GUI
- Added example scripts and notebook for book chapter analysis
- Add check for shared peptides to protein groups that were filtered out because they had no reliable peptides
- Change peptide count to use score cutoff for peptide FDR instead of protein FDR
- Improved log messages

v0.4.0
- Removed proteins without any PSMs below the FDR threshold from protein groups output. Setting the new `--keep_all_proteins` flag reverts to the old behavior.
Expand Down
518 changes: 243 additions & 275 deletions data/book_chapter/coon_analysis.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "picked_group_fdr"
version = "0.4.0"
version = "0.5.0"
description = "Scalable, accurate and sensitive protein group FDRs for large-scale mass spectrometry experiments"
authors = ["Matthew The <[email protected]>"]
license= "Apache-2.0"
Expand Down

0 comments on commit a2170a2

Please sign in to comment.