lazear / sage

Proteomics search & quantification so fast that it feels like magic
https://sage-docs.vercel.app
MIT License
210 stars 39 forks source link

v0.14.1-alpha branch #87

Closed lazear closed 1 year ago

lazear commented 1 year ago

Added

Internal changes to where file_ids are initially stored (now during mzML parsing) to enable efficient reporting of search progress, also changes when spectrum processing is done, and results in searching being done on a Vec<_> of spectra, not a Vec<Vec<_>>. The performance impact of this needs to be determined for large-scale searches.