Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.7.2
- Fix missing export for addModifiedSequenceGroups

v0.7.1
- Add support for modified sequence grouping without aggregating

Expand Down
1 change: 1 addition & 0 deletions psite_annotation/functional_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"addInVitroKinases",
"addTurnoverRates",
"addKinaseLibraryAnnotations",
"addModifiedSequenceGroups",
"aggregateModifiedSequenceGroups",
]

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 = "psite-annotation"
version = "0.7.1"
version = "0.7.2"
description = "Module for annotating p-sites based on resources such as PhosphoSitePlus"
authors = ["Matthew The <matthew.the@tum.de>", "Amirhossein Sakhteman <amirhossein.sakhteman@tum.de>", "Florian P. Bayer <f.bayer@tum.de>"]
license= "Apache-2.0"
Expand Down