bittremieux / ANN-SoLo

Spectral library searching using approximate nearest neighbor techniques.
Apache License 2.0
42 stars 19 forks source link

Decoy spectrum generation #24

Closed bittremieux closed 1 year ago

bittremieux commented 2 years ago

Currently we depend on SpectraST to prepare the spectral library and generate decoys. This is not very user-friendly and sub-optimal. Instead, implement decoy spectrum generation in ANN-SoLo directly using the shuffle-and-reposition method.

bittremieux commented 1 year ago

Fixed in #37.