Skip to content

Commit

Permalink
Ready for v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Jan 16, 2024
1 parent f56a9cb commit 9eb2c00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
v0.6.4
- Add filename column for andromeda2pin
- Update mokapot to 0.10.0
- Update packages in poetry.lock
- Fix docker package version in greeter

v0.6.3
- Skip lfq if only 1 experiment is present
- Fix organism fasta parsing
- Added fractionated sample support for sage
- Fix update_fragpipe_results

v0.6.2
- Update job-pool to v0.2.6 to fix hanging maxlfq quant
Expand Down
2 changes: 1 addition & 1 deletion docs/release_checklist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1. test if unit and system tests pass: `make test; make integration_test`
1. test if unit and system tests pass: `make test; make integration_test; make pipeline_test`
2. check if docker image works: `make build; make all`
3. update version number: `poetry version <major/minor/patch>`
4. add information to changelog on master `git log --pretty="%s"`
Expand Down
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.6.3"
version = "0.6.4"
description = "Scalable, accurate and sensitive protein group FDRs for large-scale mass spectrometry experiments"
authors = ["Matthew The <matthew.the@tum.de>"]
license= "Apache-2.0"
Expand Down

0 comments on commit 9eb2c00

Please sign in to comment.