You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump minimum piscem to 0.18.0 and alevin-fry to 0.13.0, fix clippy warnings
Update all internal version checks and test mocks:
- piscem: >=0.18.0 (was >=0.7.0/0.11.0/0.12.2 in various locations)
- alevin-fry: >=0.13.0 (was >=0.11.2) — required for multi-barcode
collation fix (trait-based grouping key, record-based sample identity)
Fix all clippy warnings:
- &Vec<PathBuf> -> &[PathBuf] in add_fragment_library_to_piscem
- match { Ok => Some, Err => None } -> .ok() in prog_utils
- Unneeded late initialization in indexing.rs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments