Skip to content

Commit

Permalink
Ready for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed May 2, 2024
1 parent 4dec8e2 commit 1fdb690
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ admin
build
data
dist
docs
results
.*
matplotlib_mock
tests
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.7.0
- Less strict llvmlite dependency
- Add functionality to requantify fragpipe combined_protein.tsv
- Fix random number seed for mokapot
- Major refactoring and linting of multiple scripts
- Add system tests
- Fix peptide_protein_map input option for quantification.py
- Refactor picked_group_fdr.py, add some unit tests
- Add --suppress_missing_peptide_warning to all relevant modules
- Add readthedocs documentation
- Allow combining multiple Sage or FragPipe searches

v0.6.6
- Revert return type to List for ProteinGroups.get_protein_groups

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; make pipeline_test`
1. test if unit and system tests pass: `make test; make integration_test; make pipeline_test; make system_test`
test if fragpipe and sage system tests pass: `make fragpipe_test; make sage_test`
2. check if docker image works: `make build; make all`
3. update version number: `poetry version <major/minor/patch>`
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.6"
version = "0.7.0"
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 1fdb690

Please sign in to comment.