Commit 42b2484
feat(msldbbuilder): add FASTA->.msl spectral-library builder for ManySearch
Offline library compiler for MetaMorpheus's ManySearchTask: digests protein
FASTAs once and writes compact indexed .msl libraries (precursor mass + charge +
Chronologer iRT + sequence, lean / fragment-less by default) so the parallel
search reads pre-built libraries instead of re-digesting thousands of FASTAs at
search time. Supports per-database output, a merged db|accession-tagged index,
and size-balanced sharded production builds with a global persisted iRT cache.
Added as a new project under mzLib/MslDbBuilder referencing UsefulProteomics-
Databases and Readers. Depends on the .msl writer/reader API from #1036, so its
base is mzlib_speclib.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1fe6f85 commit 42b2484
4 files changed
Lines changed: 1077 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments