Skip to content

Commit

Permalink
Add support for serializing results to parquet files
Browse files Browse the repository at this point in the history
  • Loading branch information
lazear committed Aug 5, 2023
1 parent 3ae96df commit 5d2b6f0
Show file tree
Hide file tree
Showing 10 changed files with 1,040 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Support for parquet file format output. Search results and reporter ion quantification will be written to one file (`results.sage.parquet`) and label-free quant will be written to another (`lfq.parquet`)
### Changed
- Implement heapselect algorithm for faster sorting of candidate matches (#80)

## [v0.13.4]
### Fixed
- Bug in mzML parser, where some older specification-compliant mzMLs would not parse. If your mzMLs previously parsed, then there will be no change in behavior. Added a test case
Expand Down
Loading

0 comments on commit 5d2b6f0

Please sign in to comment.