v0.14.0
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
). Parquet files tend to be significantly smaller than TSV files, faster to parse, and are compatible with a variety of distributed SQL engines.
Changed
- Implement heapselect algorithm for faster sorting of candidate matches (#80). This is a backwards-incompatible change with respect to output - small changes in PSM ranks will be present between v0.13.4 and v0.14.0
Full Changelog: v0.13.4...v0.14.0