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
Thread --dict through quant/multiplex-quant; add sample_bc_ori plumbing
Extends the dictionary-backend selection (previously wired only on
`simpleaf index`) to the two mapping commands so that the map-time
dictionary can be chosen explicitly when the index's embedded default
is not desired:
- `simpleaf quant`: `--dict {auto,sshash,tiny}` forwarded to
`piscem map-sc`.
- `simpleaf multiplex-quant`: `--dict` forwarded to both `piscem build`
(for the auto-built probe index) and `piscem map-sc`.
Adds `sample_bc_ori` support needed for correct Flex v2 processing
(where the sample BC on R1 downstream of the anchor is the reverse
complement of the vendor-published whitelist):
- `utils::chem_utils::SampleBcListInfo` gains an optional
`sample_bc_ori` field carried in the chemistry registry.
- `multiplex-quant` forwards the chemistry's declared orientation as
`--sample-bc-ori` to `alevin-fry generate-permit-list`.
Snapshot updates for `simpleaf index|quant|multiplex-quant --help`
reflect the new `--dict` option. Tui/workflow and rsjsonnet migration
work has been split onto the `tui-workflow` branch and will be merged
in a later release.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments