Skip to content

Commit

Permalink
0.4.2: ms2query-related bugfix in summarywriter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzdouc committed Jun 16, 2024
1 parent 091a2c8 commit 55a6c4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Local files
results/
data_working/
!fermo_core/data_analysis/annotation_manager/class_ms2query_annotator.py
.idea/

# ms2query files
fermo_core/libraries/ms2query/results
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

N/A

## [0.4.2] 16-06-2024

### Fixed
- Fixed bug in SummaryWriter: a nonexisting function was referenced, leading to premature exit of module.

## [0.4.1] 16-06-2024

### Fixed
Expand Down
1 change: 0 additions & 1 deletion fermo_core/input_output/class_summary_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ def assemble_summary(self: Self):
self.summarize_phenoquantconcassgnparams()
self.summarize_spectrallibmatchingcosineparameters()
self.summarize_spectrallibmatchingdeepscoreparameters()
self.summarize_ms2queryannotationparameters()
self.summarize_askcbcosinematchingparams()
self.summarize_askcbdeepscorematchingparams()
logger.debug("'SummaryWriter': Completed summary: analysis modules")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fermo_core"
version = "0.4.1"
version = "0.4.2"
description = "Data processing/analysis functionality of metabolomics dashboard FERMO"
readme = "README.md"
requires-python = ">=3.11,<3.12"
Expand Down

0 comments on commit 55a6c4a

Please sign in to comment.